mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-05 21:45:37 +00:00
ICU-21480 integrate CLDR release 39 alpha0 to ICU trunk
This commit is contained in:
parent
916b9fad75
commit
3333fd557c
643 changed files with 19546 additions and 18724 deletions
|
@ -523,8 +523,8 @@ static const char* const KNOWN_CANONICALIZED[] = {
|
|||
"it", "it_IT", "ja", "ja_JP", "jv", "jv_ID", "ka", "ka_GE", "kk", "kk_KZ",
|
||||
"km", "km_KH", "kn", "kn_IN", "ko", "ko_KR", "ky", "ky_KG", "lo", "lo_LA",
|
||||
"lt", "lt_LT", "lv", "lv_LV", "mk", "mk_MK", "ml", "ml_IN", "mn", "mn_MN",
|
||||
"mr", "mr_IN", "ms", "ms_MY", "my", "my_MM", "nb", "nb_NO", "ne", "ne_NP",
|
||||
"nl", "nl_NL", "or", "or_IN", "pa", "pa_IN", "pl", "pl_PL", "ps", "ps_AF",
|
||||
"mr", "mr_IN", "ms", "ms_MY", "my", "my_MM", "ne", "ne_NP", "nl", "nl_NL",
|
||||
"no", "no_NO", "or", "or_IN", "pa", "pa_IN", "pl", "pl_PL", "ps", "ps_AF",
|
||||
"pt", "pt_BR", "pt_PT", "ro", "ro_RO", "ru", "ru_RU", "sd", "sd_IN", "si",
|
||||
"si_LK", "sk", "sk_SK", "sl", "sl_SI", "so", "so_SO", "sq", "sq_AL", "sr",
|
||||
"sr_Cyrl_RS", "sr_Latn", "sr_RS", "sv", "sv_SE", "sw", "sw_TZ", "ta",
|
||||
|
|
|
@ -526,8 +526,8 @@ ILCID_POSIX_SUBTABLE(nl) {
|
|||
ILCID_POSIX_SUBTABLE(no) {
|
||||
{0x14, "no"}, /* really nb_NO - actually Windows differentiates between neutral (no region) and specific (with region) */
|
||||
{0x7c14, "nb"}, /* really nb */
|
||||
{0x0414, "nb_NO"}, /* really nb_NO. Keep first in the 414 list. */
|
||||
{0x0414, "no_NO"}, /* really nb_NO */
|
||||
{0x0414, "no_NO"}, /* really no_NO. Keep first in the 414 list. */
|
||||
{0x0414, "nb_NO"}, /* really no_NO */
|
||||
{0x0814, "nn_NO"}, /* really nn_NO. Keep first in the 814 list. */
|
||||
{0x7814, "nn"}, /* It's 0x14 or 0x814, pick one to make the test program happy. */
|
||||
{0x0814, "no_NO_NY"}/* really nn_NO */
|
||||
|
|
|
@ -3,5 +3,5 @@
|
|||
// Generated using tools/cldr/cldr-to-icu/build-icu-data.xml
|
||||
|
||||
{
|
||||
"cldrVersion": "38"
|
||||
"cldrVersion": "39"
|
||||
}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// License & terms of use: http://www.unicode.org/copyright.html
|
||||
// Generated using tools/cldr/cldr-to-icu/build-icu-data.xml
|
||||
root{
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
boundaries{
|
||||
grapheme:process(dependency){"char.brk"}
|
||||
line:process(dependency){"line.brk"}
|
||||
|
|
|
@ -30,18 +30,18 @@
|
|||
<fail unless="is.cldr.dir.set" message="Please set the CLDR_DIR environment variable to the top level CLDR source dir (containing 'common')."/>
|
||||
|
||||
<available property="cldrtools.dir" value="${env.CLDR_DIR}/cldr-tools" file="${env.CLDR_DIR}/cldr-tools" type="dir"/>
|
||||
<available property="cldrtools.dir" value="${env.CLDR_DIR}/tools/java" file="${env.CLDR_DIR}/tools/java" type="dir"/>
|
||||
<available property="cldrtools.dir" value="${env.CLDR_DIR}/tools" file="${env.CLDR_DIR}/tools" type="dir"/>
|
||||
<fail unless="cldrtools.dir" message="Please make sure that the CLDR tools directory is checked out into CLDR_DIR"/>
|
||||
|
||||
<available property="env.CLDR_CLASSES" value="${cldrtools.dir}/classes" file="${cldrtools.dir}/classes" type="dir"/>
|
||||
<available property="cldrtools.jar" value="${cldrtools.dir}/cldr.jar" file="${cldrtools.dir}/cldr.jar" type="file"/>
|
||||
<available property="env.CLDR_CLASSES" value="${cldrtools.dir}/cldr-code/target/classes" file="${cldrtools.dir}/cldr-code/target/classes" type="dir"/>
|
||||
<available property="cldrtools.jar" value="${cldrtools.dir}/cldr-code/target/cldr-code.jar" file="${cldrtools.dir}/cldr-code/target/cldr-code.jar" type="file"/>
|
||||
<condition property="is.cldr.classes.set">
|
||||
<or>
|
||||
<isset property="env.CLDR_CLASSES" />
|
||||
<isset property="cldrtools.jar" />
|
||||
</or>
|
||||
</condition>
|
||||
<fail unless="is.cldr.classes.set" message="CLDR classes not found in ${cldrtools.dir}. Please either set the CLDR_CLASSES environment variable or build cldr.jar."/>
|
||||
<fail unless="is.cldr.classes.set" message="CLDR classes not found in ${cldrtools.dir}/cldr-code/target/classes. Please either set the CLDR_CLASSES environment variable or build cldr-code.jar."/>
|
||||
|
||||
<property name="env.CLDR_TMP_DIR" location="${env.CLDR_DIR}/../cldr-aux" /> <!-- Hack: see CLDRPaths -->
|
||||
<property name="cldr.prod.dir" location="${env.CLDR_TMP_DIR}/production/" />
|
||||
|
|
|
@ -30,6 +30,9 @@
|
|||
# plus the xml-apis.jar from the Apache xalan package
|
||||
# (http://xml.apache.org/xalan-j/downloads.html).
|
||||
#
|
||||
# You will also need to have performed the CLDR Maven setup (non-Eclipse version)
|
||||
# per http://cldr.unicode.org/development/maven
|
||||
#
|
||||
# Note: Enough things can (and will) fail in this process that it is best to
|
||||
# run the commands separately from an interactive shell. They should all
|
||||
# copy and paste without problems.
|
||||
|
@ -195,7 +198,7 @@ ant copy-cldr-testdata
|
|||
# 4d. Copy from CLDR common/testData/localeIdentifiers/localeCanonicalization.txt
|
||||
# into icu4c/source/test/testdata/localeCanonicalization.txt
|
||||
# and icu4j/main/tests/core/src/com/ibm/icu/dev/data/unicode/localeCanonicalization.txt
|
||||
# and add the following line to the begginning of these two files
|
||||
# and add the following line to the beginning of these two files
|
||||
# # File copied from cldr common/testData/localeIdentifiers/localeCanonicalization.txt
|
||||
|
||||
# 5. Check which data files have modifications, which have been added or removed
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
// Generated using tools/cldr/cldr-to-icu/build-icu-data.xml
|
||||
|
||||
{
|
||||
"cldrVersion": "38",
|
||||
"cldrVersion": "39",
|
||||
"aliases": {
|
||||
"ars": "ar_SA",
|
||||
"in": "id",
|
||||
|
@ -11,8 +11,8 @@
|
|||
"iw": "he",
|
||||
"iw_IL": "he_IL",
|
||||
"mo": "ro",
|
||||
"no": "nb",
|
||||
"no_NO": "nb_NO",
|
||||
"nb": "no",
|
||||
"nb_NO": "no_NO",
|
||||
"pa_IN": "pa_Guru_IN",
|
||||
"sh": "sr_Latn",
|
||||
"sh_BA": "sr_Latn_BA",
|
||||
|
@ -33,6 +33,7 @@
|
|||
"zh_TW": "zh_Hant_TW"
|
||||
},
|
||||
"parents": {
|
||||
"ff_Adlm": "root"
|
||||
"ff_Adlm": "root",
|
||||
"nn": "no"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -5,7 +5,7 @@ af{
|
|||
collations{
|
||||
standard{
|
||||
Sequence{"&N<<<ʼn"}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -5,7 +5,7 @@ am{
|
|||
collations{
|
||||
standard{
|
||||
Sequence{"[reorder Ethi]"}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,7 +9,7 @@ ar{
|
|||
"&ت<<ة<<<ﺔ<<<ﺓ"
|
||||
"&ي<<ى<<<ﯨ<<<ﯩ<<<ﻰ<<<ﻯ<<<ﲐ<<<ﱝ"
|
||||
}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
standard{
|
||||
Sequence{
|
||||
|
@ -397,7 +397,7 @@ ar{
|
|||
"&ۓ=ﮰ=ﮱ"
|
||||
"&ۀ=ﮤ=ﮥ"
|
||||
}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -11,7 +11,7 @@ as{
|
|||
"&[before 1]ত<ৎ=ত্\u200D"
|
||||
"&হ<ক্ষ"
|
||||
}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,7 +9,7 @@ az{
|
|||
"[import az-u-co-standard]"
|
||||
"[reorder others]"
|
||||
}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
standard{
|
||||
Sequence{
|
||||
|
@ -26,7 +26,7 @@ az{
|
|||
"&H<x<<<X"
|
||||
"&Z<w<<<W"
|
||||
}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,7 +9,7 @@ be{
|
|||
"&Е<ё<<<Ё"
|
||||
"&у<ў<<<Ў"
|
||||
}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -5,7 +5,7 @@ bg{
|
|||
collations{
|
||||
standard{
|
||||
Sequence{"[reorder Cyrl]"}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,7 +9,7 @@ bn{
|
|||
"[reorder Beng Deva Guru Gujr Orya Taml Telu Knda Mlym Sinh]"
|
||||
"&ঔ<ং<ঃ<ঁ"
|
||||
}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
traditional{
|
||||
Sequence{
|
||||
|
@ -629,7 +629,7 @@ bn{
|
|||
"&যৌ<<<য়ৌ"
|
||||
"&য্<<<য়্"
|
||||
}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -5,7 +5,7 @@ br{
|
|||
collations{
|
||||
standard{
|
||||
Sequence{"&C<ch<<<Ch<<<CH<c''h=c\u2019h<<<C''h=C\u2019h<<<C''H=C\u2019H"}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -5,11 +5,11 @@ bs{
|
|||
collations{
|
||||
search{
|
||||
Sequence{"[import hr-u-co-search]"}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
standard{
|
||||
Sequence{"[import hr]"}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -5,7 +5,7 @@ bs_Cyrl{
|
|||
collations{
|
||||
standard{
|
||||
Sequence{"[import sr]"}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -8,7 +8,7 @@ ca{
|
|||
"[import und-u-co-search]"
|
||||
"&L<ŀ=l·<<<Ŀ=L·"
|
||||
}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -5,7 +5,7 @@ ceb{
|
|||
collations{
|
||||
standard{
|
||||
Sequence{"&N<ñ<<<Ñ<ng<<<Ng<<<NG"}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -5,7 +5,7 @@ chr{
|
|||
collations{
|
||||
standard{
|
||||
Sequence{"[reorder Cher]"}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -11,7 +11,7 @@ cs{
|
|||
"&S<š<<<Š"
|
||||
"&Z<ž<<<Ž"
|
||||
}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -14,7 +14,7 @@ cy{
|
|||
"&R<rh<<<Rh<<<RH"
|
||||
"&T<th<<<Th<<<TH"
|
||||
}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,7 +9,7 @@ da{
|
|||
"[import da-u-co-standard]"
|
||||
"[caseFirst off]"
|
||||
}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
standard{
|
||||
Sequence{
|
||||
|
@ -21,7 +21,7 @@ da{
|
|||
"&[before 1]ǀ<æ<<<Æ<<ä<<<Ä<ø<<<Ø<<ö<<<Ö<<ő<<<Ő<å<<<Å<<<aa<<<Aa<<<AA"
|
||||
"&oe<<œ<<<Œ"
|
||||
}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,14 +9,14 @@ de{
|
|||
"&OE<<ö<<<Ö"
|
||||
"&UE<<ü<<<Ü"
|
||||
}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
search{
|
||||
Sequence{
|
||||
"[import und-u-co-search]"
|
||||
"[import de-u-co-phonebk]"
|
||||
}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -10,7 +10,7 @@ de_AT{
|
|||
"&u<ü<<<Ü"
|
||||
"&ss<ß<<<ẞ"
|
||||
}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -14,7 +14,7 @@ dsb{
|
|||
"&S<š<<<Š<ś<<<Ś"
|
||||
"&Z<ž<<<Ž<ź<<<Ź"
|
||||
}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -17,7 +17,7 @@ ee{
|
|||
"&T<ts<<<Ts<<<TS"
|
||||
"&V<ʋ<<<Ʋ"
|
||||
}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -8,7 +8,7 @@ el{
|
|||
"[normalization on]"
|
||||
"[reorder Grek]"
|
||||
}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -8,7 +8,7 @@ en_US_POSIX{
|
|||
"&A<*'\u0020'-'/'<*0-'@'<*ABCDEFGHIJKLMNOPQRSTUVWXYZ<*'['-'`'<*abcdefghijklmnopqrstuvwxyz"
|
||||
"<*'{'-'\u007F'"
|
||||
}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -12,7 +12,7 @@ eo{
|
|||
"&S<ŝ<<<Ŝ"
|
||||
"&U<ŭ<<<Ŭ"
|
||||
}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -8,11 +8,11 @@ es{
|
|||
"[import und-u-co-search]"
|
||||
"&N<ñ<<<Ñ"
|
||||
}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
standard{
|
||||
Sequence{"&N<ñ<<<Ñ"}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
traditional{
|
||||
Sequence{
|
||||
|
@ -20,7 +20,7 @@ es{
|
|||
"&C<ch<<<Ch<<<CH"
|
||||
"&l<ll<<<Ll<<<LL"
|
||||
}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -8,7 +8,7 @@ et{
|
|||
"&[before 1]T<š<<<Š<z<<<Z<ž<<<Ž"
|
||||
"&[before 1]X<õ<<<Õ<ä<<<Ä<ö<<<Ö<ü<<<Ü"
|
||||
}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -16,7 +16,7 @@ fa{
|
|||
"&ۏ<ه<<ە<<ہ<<ة<<ۃ<<ۀ<<ھ"
|
||||
"&ی<<*ىےيېۑۍێ"
|
||||
}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -5,7 +5,7 @@ fa_AF{
|
|||
collations{
|
||||
standard{
|
||||
Sequence{"[import ps]"}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -143,7 +143,7 @@ ff_Adlm{
|
|||
"&𞤵<𞤵𞥅"
|
||||
"&𞤵𞥅<<𞤵𞤵"
|
||||
}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -8,7 +8,7 @@ fi{
|
|||
"[import und-u-co-search]"
|
||||
"[import fi-u-co-trad]"
|
||||
}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
standard{
|
||||
Sequence{
|
||||
|
@ -20,7 +20,7 @@ fi{
|
|||
"&Z\u0335<<ʒ<<<Ʒ"
|
||||
"&[before 1]ǀ<å<<<Å<ä<<<Ä<<æ<<<Æ<ö<<<Ö<<ø<<<Ø"
|
||||
}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
traditional{
|
||||
Sequence{
|
||||
|
@ -31,7 +31,7 @@ fi{
|
|||
"&Y<<ü<<<Ü<<ű<<<Ű"
|
||||
"&[before 1]ǀ<å<<<Å<ä<<<Ä<<æ<<<Æ<ö<<<Ö<<ø<<<Ø<<ő<<<Ő<<õ<<<Õ<<œ<<<Œ"
|
||||
}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -5,7 +5,7 @@ fil{
|
|||
collations{
|
||||
standard{
|
||||
Sequence{"&N<ñ<<<Ñ<ng<<<Ng<<<NG"}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -8,7 +8,7 @@ fo{
|
|||
"[import und-u-co-search]"
|
||||
"[import fo-u-co-standard]"
|
||||
}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
standard{
|
||||
Sequence{
|
||||
|
@ -18,7 +18,7 @@ fo{
|
|||
"&Y<<ü<<<Ü<<ű<<<Ű"
|
||||
"&[before 1]ǀ<æ<<<Æ<<ä<<<Ä<<ę<<<Ę<ø<<<Ø<<ö<<<Ö<<ő<<<Ő<<œ<<<Œ<å<<<Å<<<aa<<<Aa<<<AA"
|
||||
}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -5,7 +5,7 @@ fr_CA{
|
|||
collations{
|
||||
standard{
|
||||
Sequence{"[backwards 2]"}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -5,11 +5,11 @@ gl{
|
|||
collations{
|
||||
search{
|
||||
Sequence{"[import es-u-co-search]"}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
standard{
|
||||
Sequence{"[import es]"}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,7 +9,7 @@ gu{
|
|||
"[reorder Gujr Deva Beng Guru Orya Taml Telu Knda Mlym Sinh]"
|
||||
"&ૐ<ં<<ઁ<ઃ"
|
||||
}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -12,7 +12,7 @@ ha{
|
|||
"&T<ts<<<Ts<<<TS"
|
||||
"&Y<ƴ<<<ʼy<<<''y<<<Ƴ<<<ʼY<<<''Y"
|
||||
}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -8,7 +8,7 @@ haw{
|
|||
"&a<e<<<E<i<<<I<o<<<O<u<<<U"
|
||||
"&w<ʻ"
|
||||
}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -11,7 +11,7 @@ he{
|
|||
"&״"
|
||||
"<<'\u0022'"
|
||||
}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
standard{
|
||||
Sequence{
|
||||
|
@ -20,7 +20,7 @@ he{
|
|||
"&[before 2]''<<׳"
|
||||
"&[before 2]'\u0022'<<״"
|
||||
}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,7 +9,7 @@ hi{
|
|||
"[reorder Deva Beng Guru Gujr Orya Taml Telu Knda Mlym Sinh]"
|
||||
"&ॐ<ं<<ँ<ः"
|
||||
}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,7 +9,7 @@ hr{
|
|||
"[import hr-u-co-standard]"
|
||||
"[reorder others]"
|
||||
}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
standard{
|
||||
Sequence{
|
||||
|
@ -21,7 +21,7 @@ hr{
|
|||
"&S<š<<<Š"
|
||||
"&Z<ž<<<Ž"
|
||||
}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -13,7 +13,7 @@ hsb{
|
|||
"&S<š<<<Š"
|
||||
"&Z<ž<<<Ž<ź<<<Ź"
|
||||
}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -44,7 +44,7 @@ hu{
|
|||
"&Zs<<<Zzs/zs"
|
||||
"&ZS<<<ZZS/ZS"
|
||||
}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -8,7 +8,7 @@ hy{
|
|||
"[reorder Armn]"
|
||||
"&ք<և<<<Եւ"
|
||||
}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -15,7 +15,7 @@ ig{
|
|||
"&S<sh<<<Sh<<<SH"
|
||||
"&U<ụ<<<Ụ"
|
||||
}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -8,7 +8,7 @@ is{
|
|||
"[import und-u-co-search]"
|
||||
"[import is-u-co-standard]"
|
||||
}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
standard{
|
||||
Sequence{
|
||||
|
@ -21,7 +21,7 @@ is{
|
|||
"&[before 1]z<ý<<<Ý"
|
||||
"&[before 1]ǀ<æ<<<Æ<<ä<<<Ä<ö<<<Ö<<ø<<<Ø<å<<<Å"
|
||||
}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -5,7 +5,7 @@ ka{
|
|||
collations{
|
||||
standard{
|
||||
Sequence{"[reorder Geor]"}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -10,7 +10,7 @@ kk{
|
|||
"&Ұ<ү<<<Ү"
|
||||
"&[before 1]ь<і<<<І"
|
||||
}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -8,7 +8,7 @@ kl{
|
|||
"[import und-u-co-search]"
|
||||
"[import kl-u-co-standard]"
|
||||
}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
standard{
|
||||
Sequence{
|
||||
|
@ -19,7 +19,7 @@ kl{
|
|||
"&Y<<ü<<<Ü<<ű<<<Ű"
|
||||
"&[before 1]ǀ<æ<<<Æ<<ä<<<Ä<<ę<<<Ę<ø<<<Ø<<ö<<<Ö<<ő<<<Ő<<œ<<<Œ<å<<<Å"
|
||||
}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -66,7 +66,7 @@ km{
|
|||
"&ឱ<<<ឲ"
|
||||
"&ៅ<ុំ<ំ<ាំ<ះ<ិះ<ុះ<េះ<ោះ"
|
||||
}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,7 +9,7 @@ kn{
|
|||
"[reorder Knda Deva Beng Guru Gujr Orya Taml Telu Mlym Sinh]"
|
||||
"&ಔ<ಂ<ಃ<ೱ<ೲ"
|
||||
}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
traditional{
|
||||
Sequence{
|
||||
|
@ -651,7 +651,7 @@ kn{
|
|||
"&ಫೋ<<<ಫ಼ೋ"
|
||||
"&ಫೌ<<<ಫ಼ೌ"
|
||||
}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -283,7 +283,7 @@ ko{
|
|||
"&ᅩᅣᅵ"
|
||||
"=ᆧ"
|
||||
}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
searchjl{
|
||||
Sequence{
|
||||
|
@ -378,7 +378,7 @@ ko{
|
|||
"&\u1109\u1109=\u110A<<<\u3146"
|
||||
"&\u110C\u110C=\u110D<<<\u3149"
|
||||
}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
standard{
|
||||
Sequence{
|
||||
|
@ -862,14 +862,14 @@ ko{
|
|||
"&희<<*僖凞喜噫囍姬嬉希憙憘戱晞曦熙熹熺犧禧稀羲咥唏嘻悕戲暿欷燹爔豨餼"
|
||||
"&힐<<*詰犵纈襭頡黠"
|
||||
}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
unihan{
|
||||
Sequence{
|
||||
"[import und-u-co-private-unihan]"
|
||||
"[reorder Hang Hani]"
|
||||
}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -11,7 +11,7 @@ kok{
|
|||
"&ह<ळ"
|
||||
"<क्ष"
|
||||
}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -15,7 +15,7 @@ ku{
|
|||
"&î<<í<<<Í"
|
||||
"&û<<ú<<<Ú"
|
||||
}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -8,7 +8,7 @@ ky{
|
|||
"[reorder Cyrl]"
|
||||
"&е<ё<<<Ё"
|
||||
}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -11,7 +11,7 @@ lkt{
|
|||
"&S<š<<<Š"
|
||||
"&Z<ž<<<Ž"
|
||||
}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -16,14 +16,14 @@ ln{
|
|||
"&S<sh<<<sH<<<Sh<<<SH"
|
||||
"&T<ts<<<tS<<<Ts<<<TS"
|
||||
}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
standard{
|
||||
Sequence{
|
||||
"&E<ɛ<<<Ɛ"
|
||||
"&O<<ɔ<<<Ɔ"
|
||||
}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -5,7 +5,7 @@ lo{
|
|||
collations{
|
||||
standard{
|
||||
Sequence{"[reorder Laoo]"}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -16,7 +16,7 @@ lt{
|
|||
"&U<<ų<<<Ų<<ū<<<Ū"
|
||||
"&Z<ž<<<Ž"
|
||||
}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -15,7 +15,7 @@ lv{
|
|||
"&[before 1]T<š<<<Š"
|
||||
"&[before 1]Ʒ<ž<<<Ž"
|
||||
}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -10,7 +10,7 @@ mk{
|
|||
"&ԃ<ѓ<<<Ѓ"
|
||||
"&ћ<ќ<<<Ќ"
|
||||
}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -17,7 +17,7 @@ ml{
|
|||
"&മ്<<ം"
|
||||
"&ന്<<<ൻ്"
|
||||
}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -5,7 +5,7 @@ mn{
|
|||
collations{
|
||||
standard{
|
||||
Sequence{"[reorder Cyrl Mong]"}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -12,7 +12,7 @@ mr{
|
|||
"<क्ष"
|
||||
"<ज्ञ"
|
||||
}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -12,7 +12,7 @@ mt{
|
|||
"&[before 1]i<ħ<<<Ħ"
|
||||
"&[before 1]z<ż<<<Ż"
|
||||
}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -373,7 +373,7 @@ my{
|
|||
"&ထမင်း=ထ္မင်း"
|
||||
"&လက်ဘက်=လ္ဘက်"
|
||||
}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2,23 +2,5 @@
|
|||
// License & terms of use: http://www.unicode.org/copyright.html
|
||||
// Generated using tools/cldr/cldr-to-icu/build-icu-data.xml
|
||||
nb{
|
||||
collations{
|
||||
search{
|
||||
Sequence{
|
||||
"[import und-u-co-search]"
|
||||
"[import nb-u-co-standard]"
|
||||
}
|
||||
Version{"38"}
|
||||
}
|
||||
standard{
|
||||
Sequence{
|
||||
"&D<<đ<<<Đ<<ð<<<Ð"
|
||||
"&t<<<þ/h"
|
||||
"&T<<<Þ/H"
|
||||
"&Y<<ü<<<Ü<<ű<<<Ű"
|
||||
"&[before 1]ǀ<æ<<<Æ<<ä<<<Ä<<ę<<<Ę<ø<<<Ø<<ö<<<Ö<<ő<<<Ő<<œ<<<Œ<å<<<Å<<aa<<<Aa<<<AA"
|
||||
}
|
||||
Version{"38"}
|
||||
}
|
||||
}
|
||||
"%%ALIAS"{"no"}
|
||||
}
|
||||
|
|
|
@ -1,9 +1,6 @@
|
|||
// © 2016 and later: Unicode, Inc. and others.
|
||||
// License & terms of use: http://www.unicode.org/copyright.html
|
||||
// Generated using tools/cldr/cldr-to-icu/build-icu-data.xml
|
||||
/**
|
||||
* generated alias target
|
||||
*/
|
||||
nb_NO{
|
||||
___{""}
|
||||
"%%ALIAS"{"no_NO"}
|
||||
}
|
||||
|
|
|
@ -5,7 +5,7 @@ ne{
|
|||
collations{
|
||||
standard{
|
||||
Sequence{"[reorder Deva]"}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2,14 +2,5 @@
|
|||
// License & terms of use: http://www.unicode.org/copyright.html
|
||||
// Generated using tools/cldr/cldr-to-icu/build-icu-data.xml
|
||||
nn{
|
||||
collations{
|
||||
search{
|
||||
Sequence{"[import nb-u-co-search]"}
|
||||
Version{"38"}
|
||||
}
|
||||
standard{
|
||||
Sequence{"[import nb-u-co-standard]"}
|
||||
Version{"38"}
|
||||
}
|
||||
}
|
||||
%%Parent{"no"}
|
||||
}
|
||||
|
|
|
@ -2,5 +2,23 @@
|
|||
// License & terms of use: http://www.unicode.org/copyright.html
|
||||
// Generated using tools/cldr/cldr-to-icu/build-icu-data.xml
|
||||
no{
|
||||
"%%ALIAS"{"nb"}
|
||||
collations{
|
||||
search{
|
||||
Sequence{
|
||||
"[import und-u-co-search]"
|
||||
"[import no-u-co-standard]"
|
||||
}
|
||||
Version{"39"}
|
||||
}
|
||||
standard{
|
||||
Sequence{
|
||||
"&D<<đ<<<Đ<<ð<<<Ð"
|
||||
"&t<<<þ/h"
|
||||
"&T<<<Þ/H"
|
||||
"&Y<<ü<<<Ü<<ű<<<Ű"
|
||||
"&[before 1]ǀ<æ<<<Æ<<ä<<<Ä<<ę<<<Ę<ø<<<Ø<<ö<<<Ö<<ő<<<Ő<<œ<<<Œ<å<<<Å<<aa<<<Aa<<<AA"
|
||||
}
|
||||
Version{"39"}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2,5 +2,4 @@
|
|||
// License & terms of use: http://www.unicode.org/copyright.html
|
||||
// Generated using tools/cldr/cldr-to-icu/build-icu-data.xml
|
||||
no_NO{
|
||||
"%%ALIAS"{"nb_NO"}
|
||||
}
|
||||
|
|
|
@ -8,7 +8,7 @@ om{
|
|||
"&Z<ch<<<Ch<<<CH<dh<<<Dh<<<DH<kh<<<Kh<<<KH<ny<<<Ny<<<NY<ph<<<Ph<<<PH<"
|
||||
"sh<<<Sh"
|
||||
}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -11,7 +11,7 @@ or{
|
|||
"&ହ<କ୍ଷ"
|
||||
"&ଯ<<ୟ"
|
||||
}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -10,7 +10,7 @@ pa{
|
|||
"&ੱ<<ੰ<<ਂ<<ਁ<<਼"
|
||||
"&ੜ<੍"
|
||||
}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -14,7 +14,7 @@ pl{
|
|||
"&S<ś<<<Ś"
|
||||
"&Z<ź<<<Ź<ż<<<Ż"
|
||||
}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -24,7 +24,7 @@ ps{
|
|||
"&ی<<*ىےيېۍ<<یٔ<<<ىٔ<<<ئ"
|
||||
"&\u00A0<<\u200C<<\u200D"
|
||||
}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -10,7 +10,7 @@ ro{
|
|||
"&S<ş=ș<<<Ş=Ș"
|
||||
"&T<ţ=ț<<<Ţ=Ț"
|
||||
}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
// Generated using tools/cldr/cldr-to-icu/build-icu-data.xml
|
||||
root{
|
||||
UCARules:process(uca_rules){"../unidata/UCARules.txt"}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
collations{
|
||||
default{"standard"}
|
||||
emoji{
|
||||
|
@ -410,7 +410,7 @@ root{
|
|||
"& 👨 << 🧔 <<🧔♂ <<🧔🏻♂ <<🧔🏼♂ <<🧔🏽♂ <<🧔🏾♂ <<🧔🏿♂ <<👱♂ <<👱🏻♂ <<👱🏼♂ <<👱🏽♂ <<👱🏾♂ <<👱🏿♂"
|
||||
"& 👩 << 🧔♀ << 🧔🏻♀ << 🧔🏼♀ << 🧔🏽♀ << 🧔🏾♀ << 🧔🏿♀ << 👱♀ << 👱🏻♀ << 👱🏼♀ << 👱🏽♀ << 👱🏾♀ << 👱🏿♀"
|
||||
}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
eor{
|
||||
Sequence{
|
||||
|
@ -950,7 +950,7 @@ root{
|
|||
"&ք"
|
||||
"<և"
|
||||
}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
private-unihan{
|
||||
Sequence{
|
||||
|
@ -1193,7 +1193,7 @@ root{
|
|||
"&龟=\uFDD0龟"
|
||||
"&龠=\uFDD0龠"
|
||||
}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
search{
|
||||
Sequence{
|
||||
|
@ -1312,11 +1312,11 @@ root{
|
|||
"&ᅳᅵ"
|
||||
"=ᅴ"
|
||||
}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
standard{
|
||||
Sequence{""}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
}
|
||||
depends:process(dependency){"ucadata.icu"}
|
||||
|
|
|
@ -5,7 +5,7 @@ ru{
|
|||
collations{
|
||||
standard{
|
||||
Sequence{"[reorder Cyrl]"}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -8,7 +8,7 @@ se{
|
|||
"[import und-u-co-search]"
|
||||
"[import se-u-co-standard]"
|
||||
}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
standard{
|
||||
Sequence{
|
||||
|
@ -53,7 +53,7 @@ se{
|
|||
"<<<Ô<<ǫ"
|
||||
"<<<Ǫ"
|
||||
}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -10,7 +10,7 @@ si{
|
|||
"&ඖ<ං<ඃ"
|
||||
"&ජ්ඤ<<ඥ"
|
||||
}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
standard{
|
||||
Sequence{
|
||||
|
@ -19,7 +19,7 @@ si{
|
|||
"&ඖ<ං<ඃ"
|
||||
"&ඥ<ඤ"
|
||||
}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -21,7 +21,7 @@ sk{
|
|||
"&Y<ý<<<Ý"
|
||||
"&Z<ž<<<Ž"
|
||||
}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
standard{
|
||||
Sequence{
|
||||
|
@ -33,7 +33,7 @@ sk{
|
|||
"&S<š<<<Š"
|
||||
"&Z<ž<<<Ž"
|
||||
}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -10,7 +10,7 @@ sl{
|
|||
"&S<š<<<Š"
|
||||
"&Z<ž<<<Ž"
|
||||
}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -8,7 +8,7 @@ smn{
|
|||
"[import und-u-co-search]"
|
||||
"[import smn-u-co-standard]"
|
||||
}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
standard{
|
||||
Sequence{
|
||||
|
@ -19,7 +19,7 @@ smn{
|
|||
"&S<š<<<Š"
|
||||
"&Z<ž<<<Ž<æ<<<Æ<ø<<<Ø<å<<<Å<ã<<<Ã<ä<<<Ä<á<<<Á<ö<<<Ö"
|
||||
}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -17,7 +17,7 @@ sq{
|
|||
"&[before 1]Y<xh<<<Xh<<<XH"
|
||||
"&[before 1]Ʒ<zh<<<Zh<<<ZH"
|
||||
}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -8,7 +8,7 @@ sr{
|
|||
"[reorder Cyrl]"
|
||||
"[suppressContractions [Ии]]"
|
||||
}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -5,11 +5,11 @@ sr_Latn{
|
|||
collations{
|
||||
search{
|
||||
Sequence{"[import hr-u-co-search]"}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
standard{
|
||||
Sequence{"[import hr]"}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -12,14 +12,14 @@ sv{
|
|||
"&Y<<ü<<<Ü<<ű<<<Ű"
|
||||
"&[before 1]ǀ<å<<<Å<ä<<<Ä<<æ<<<Æ<<ę<<<Ę<ö<<<Ö<<ø<<<Ø<<ő<<<Ő<<œ<<<Œ<<ô<<<Ô"
|
||||
}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
search{
|
||||
Sequence{
|
||||
"[import und-u-co-search]"
|
||||
"[import sv-u-co-standard]"
|
||||
}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
standard{
|
||||
Sequence{
|
||||
|
@ -30,7 +30,7 @@ sv{
|
|||
"&Y<<ü<<<Ü<<ű<<<Ű"
|
||||
"&[before 1]ǀ<å<<<Å<ä<<<Ä<<æ<<<Æ<<ę<<<Ę<ö<<<Ö<<ø<<<Ø<<ő<<<Ő<<œ<<<Œ<<ô<<<Ô"
|
||||
}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -34,7 +34,7 @@ ta{
|
|||
"&[before 1]ஹ<ஹ்"
|
||||
"&[before 1]க்ஷ<க்ஷ்"
|
||||
}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,7 +9,7 @@ te{
|
|||
"[reorder Telu Deva Beng Guru Gujr Orya Taml Knda Mlym Sinh]"
|
||||
"&ఔ<ఁ<ం<ః"
|
||||
}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -17,7 +17,7 @@ th{
|
|||
"&ๅํ<<<ํๅ"
|
||||
"&ไ<ฺ"
|
||||
}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -14,7 +14,7 @@ tk{
|
|||
"&U<ü<<<Ü"
|
||||
"&Y<ý<<<Ý"
|
||||
}
|
||||
Version{"38"}
|
||||
Version{"39"}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue