aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/uc_spec/README-UPDATE.txt
diff options
context:
space:
mode:
authorDan Gudmundsson <[email protected]>2018-09-28 09:16:49 +0200
committerDan Gudmundsson <[email protected]>2018-09-28 15:41:21 +0200
commit87026074ece430de220533a9d0f46188f380a00e (patch)
treefd26dbac80c6cd50cf6e818e4ba5a1b3cd849f76 /lib/stdlib/uc_spec/README-UPDATE.txt
parent08ef38b2c9f84ed118e693bff38efa69fc2c7eb8 (diff)
downloadotp-87026074ece430de220533a9d0f46188f380a00e.tar.gz
otp-87026074ece430de220533a9d0f46188f380a00e.tar.bz2
otp-87026074ece430de220533a9d0f46188f380a00e.zip
Update to Unicode-11
Update input files for the code-generator and tests. Added emoji-data.txt for new rule with how to handle emoji. Unicode have simpliefied the rules for emoji grapheme-clusters: From: GB10 (E_Base | EBG) Extend* × E_Modifier GB11 ZWJ × (Glue_After_Zwj | EBG) To: GB11 \p{Extended_Pictographic} Extend* ZWJ × \p{Extended_Pictographic} Update the code generator to handle the new way.
Diffstat (limited to 'lib/stdlib/uc_spec/README-UPDATE.txt')
-rw-r--r--lib/stdlib/uc_spec/README-UPDATE.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/lib/stdlib/uc_spec/README-UPDATE.txt b/lib/stdlib/uc_spec/README-UPDATE.txt
index d59337e1a5..e1f5c8fcd0 100644
--- a/lib/stdlib/uc_spec/README-UPDATE.txt
+++ b/lib/stdlib/uc_spec/README-UPDATE.txt
@@ -1,7 +1,13 @@
When updating the unicode version copy the necessary files to this
directory.
-
And update the test files in stdlib/test/unicode_util_SUITE_data/*
+Unicode 11 was updated from:
+https://www.unicode.org/Public/11.0.0/ucd/
+https://www.unicode.org/Public/11.0.0/ucd/auxiliary/
+https://www.unicode.org/Public/emoji/11.0/
+
Update the spec_version(..) function in the generator,
gen_unicode_mod.escript
+
+