diff options
author | Dan Gudmundsson <[email protected]> | 2018-09-28 09:16:49 +0200 |
---|---|---|
committer | Dan Gudmundsson <[email protected]> | 2018-09-28 15:41:21 +0200 |
commit | 87026074ece430de220533a9d0f46188f380a00e (patch) | |
tree | fd26dbac80c6cd50cf6e818e4ba5a1b3cd849f76 /lib/stdlib/uc_spec/SpecialCasing.txt | |
parent | 08ef38b2c9f84ed118e693bff38efa69fc2c7eb8 (diff) | |
download | otp-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/SpecialCasing.txt')
-rw-r--r-- | lib/stdlib/uc_spec/SpecialCasing.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/stdlib/uc_spec/SpecialCasing.txt b/lib/stdlib/uc_spec/SpecialCasing.txt index b9ba0d81c1..c90d09acb3 100644 --- a/lib/stdlib/uc_spec/SpecialCasing.txt +++ b/lib/stdlib/uc_spec/SpecialCasing.txt @@ -1,6 +1,6 @@ -# SpecialCasing-10.0.0.txt -# Date: 2017-04-14, 05:40:43 GMT -# © 2017 Unicode®, Inc. +# SpecialCasing-11.0.0.txt +# Date: 2018-02-22, 06:16:47 GMT +# © 2018 Unicode®, Inc. # Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries. # For terms of use, see http://www.unicode.org/terms_of_use.html # @@ -121,7 +121,7 @@ FB17; FB17; 0544 056D; 0544 053D; # ARMENIAN SMALL LIGATURE MEN XEH # The following cases are already in the UnicodeData.txt file, so are only commented here. -# 0345; 0345; 0345; 0399; # COMBINING GREEK YPOGEGRAMMENI +# 0345; 0345; 0399; 0399; # COMBINING GREEK YPOGEGRAMMENI # All letters with YPOGEGRAMMENI (iota-subscript) or PROSGEGRAMMENI (iota adscript) # have special uppercases. |