ICU-12948 First-pass preliminary integration of CLDR 31 @13174

X-SVN-Rev: 39601
This commit is contained in:
Peter Edberg 2017-01-24 08:22:23 +00:00
parent 7b33e586f5
commit e0f3d87e99
2691 changed files with 7293 additions and 4837 deletions

View file

@ -1,7 +1,7 @@
// © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License
root{
Version{"2.1.30.50"}
Version{"2.1.30.48"}
boundaries{
grapheme:process(dependency){"char.brk"}
line:process(dependency){"line.brk"}

View file

@ -52,7 +52,7 @@
#
# ANT_OPTS: You may want to set:
#
# -Xmx1024m, to give Java more memory; otherwise it may run out
# -Xmx3072m, to give Java more memory; otherwise it may run out
# of heap.
#
# b) CLDR-related variables
@ -124,7 +124,7 @@
# 1a. Java and ant variables, adjust for your system
export JAVA_HOME=`/usr/libexec/java_home`
export ANT_OPTS="-Xmx1024m"
export ANT_OPTS="-Xmx3072m"
# 1b. CLDR variables, adjust for your setup; with cygwin it might be e.g.
# CLDR_DIR=`cygpath -wp /build/cldr`
@ -134,13 +134,12 @@ export CLDR_DIR=$HOME/cldr/trunk
# 1c. ICU variables
export ICU4C_DIR=$HOME/icu/icu/trunk
export ICU4J_ROOT=$HOME/icu/icu4j/trunk
export ICU4C_DIR=$HOME/icu/trunk/icu4c
export ICU4J_ROOT=$HOME/icu/trunk/icu4j
# 2. Build the CLDR Java tools
cd $CLDR_DIR/tools/java
#cd $CLDR_DIR/cldr-tools
ant jar
# 3. Configure ICU4C, build and test without new data first, to verify that
@ -162,7 +161,7 @@ make check 2>&1 | tee /tmp/icu4c-oldData-makeCheck.txt
cd $ICU4C_DIR/source/data
ant clean
ant all 2>&1 | tee /tmp/cldrNN-buildLog.txt
ant all 2>&1 | tee /tmp/cldr-newData-buildLog.txt
# 5. Check which data files have modifications, which have been added or removed
# (if there are no changes, you may not need to proceed further). Make sure the
@ -220,10 +219,12 @@ cd $ICU4J_ROOT
ant all 2>&1 | tee /tmp/icu4j-oldData-antAll.txt
ant check 2>&1 | tee /tmp/icu4j-oldData-antCheck.txt
# 12. Now build the new data for ICU4J
# 12. Now build the new data and test data for ICU4J
cd $ICU4C_DIR/source/data
make icu4j-data-install
cd $ICU4C_DIR/source/test/testdata
make icu4j-data-install
# 13. Now rebuild ICU4J with the new data and run tests:
# Keep a log so you can investigate the errors.
@ -241,25 +242,24 @@ ant check 2>&1 | tee /tmp/icu4j-newData-antCheck.txt
cd $ICU4C_DIR/source
svn status
# add or remove as necessary, then commit
# add or remove as necessary
cd $ICU4J_ROOT
svn status
# add or remove as necessary, then commit
# add or remove as necessary
# 16. For an official CLDR data integration into ICU, now tag the CLDR, ICU4J,
# and ICU4C sources with an appropriate CLDR milestone (you can check previous
cd $HOME/icu/trunk/
# commit
# 16. For an official CLDR data integration into ICU, now tag the CLDR and
# ICU sources with an appropriate CLDR milestone (you can check previous
# tags for format), e.g.:
svn copy svn+ssh://unicode.org/repos/cldr/trunk \
svn+ssh://unicode.org/repos/cldr/tags/release-NNN \
--parents -m "cldrbug nnnn: tag cldr sources for NNN"
svn copy svn+ssh://source.icu-project.org/repos/icu/icu4j/trunk \
svn+ssh://source.icu-project.org/repos/icu/icu4j/tags/cldr-NNN \
--parents -m 'ticket:mmmm: tag the version used for integrating CLDR NNN'
svn copy svn+ssh://source.icu-project.org/repos/icu/icu/trunk \
svn+ssh://source.icu-project.org/repos/icu/icu/tags/cldr-NNN \
svn copy svn+ssh://source.icu-project.org/repos/icu/trunk \
svn+ssh://source.icu-project.org/repos/icu/tags/cldr-NNN \
--parents -m 'ticket:mmmm: tag the version used for integrating CLDR NNN'

View file

@ -5,7 +5,7 @@ af{
collations{
standard{
Sequence{"&N<<<ʼn"}
Version{"30.0.3"}
Version{"31"}
}
}
}

View file

@ -5,7 +5,7 @@ am{
collations{
standard{
Sequence{"[reorder Ethi]"}
Version{"30.0.3"}
Version{"31"}
}
}
}

View file

@ -9,7 +9,7 @@ ar{
"&ت<<ة<<<ﺔ<<<ﺓ"
"&ي<<ى<<<ﯨ<<<ﯩ<<<ﻰ<<<ﻯ<<<ﲐ<<<ﱝ"
}
Version{"30.0.3"}
Version{"31"}
}
standard{
Sequence{
@ -397,7 +397,7 @@ ar{
"&ۓ‎=ﮰ‎=ﮱ"
"&ۀ‎=ﮤ‎=ﮥ"
}
Version{"30.0.3"}
Version{"31"}
}
}
}

View file

@ -0,0 +1,5 @@
// © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License
ars{
"%%ALIAS"{"ar"}
}

View file

@ -11,7 +11,7 @@ as{
"&[before 1]ত<ৎ=ত্\u200D"
"&হ<ক্ষ"
}
Version{"30.0.3"}
Version{"31"}
}
}
}

View file

@ -9,7 +9,7 @@ az{
"[import az-u-co-standard]"
"[reorder others]"
}
Version{"30.0.3"}
Version{"31"}
}
standard{
Sequence{
@ -26,7 +26,7 @@ az{
"&H<x<<<X"
"&Z<w<<<W"
}
Version{"30.0.3"}
Version{"31"}
}
}
}

View file

@ -9,7 +9,7 @@ be{
"&Е<ё<<<Ё"
"&у<ў<<<Ў"
}
Version{"30.0.3"}
Version{"31"}
}
}
}

View file

@ -5,7 +5,7 @@ bg{
collations{
standard{
Sequence{"[reorder Cyrl]"}
Version{"30.0.3"}
Version{"31"}
}
}
}

View file

@ -9,7 +9,7 @@ bn{
"[reorder Beng Deva Guru Gujr Orya Taml Telu Knda Mlym Sinh]"
"&ঔ<ং<ঃ<ঁ"
}
Version{"30.0.3"}
Version{"31"}
}
traditional{
Sequence{
@ -629,7 +629,7 @@ bn{
"&যৌ<<<য়ৌ"
"&য্<<<য়্"
}
Version{"30.0.3"}
Version{"31"}
}
}
}

View file

@ -5,11 +5,11 @@ bs{
collations{
search{
Sequence{"[import hr-u-co-search]"}
Version{"30.0.3"}
Version{"31"}
}
standard{
Sequence{"[import hr]"}
Version{"30.0.3"}
Version{"31"}
}
}
}

View file

@ -5,7 +5,7 @@ bs_Cyrl{
collations{
standard{
Sequence{"[import sr]"}
Version{"30.0.3"}
Version{"31"}
}
}
}

View file

@ -8,7 +8,7 @@ ca{
"[import und-u-co-search]"
"&L<ŀ=l·<<<Ŀ=L·"
}
Version{"30.0.3"}
Version{"31"}
}
}
}

View file

@ -5,7 +5,7 @@ chr{
collations{
standard{
Sequence{"[reorder Cher]"}
Version{"30.0.3"}
Version{"31"}
}
}
}

View file

@ -26,15 +26,15 @@ COLLATION_CLDR_VERSION = %version%
# Generated by LDML2ICUConverter, from LDML source files.
# Aliases without a corresponding xx.xml file (see icu-config.xml & build.xml)
COLLATION_SYNTHETIC_ALIAS = de_.txt de__PHONEBOOK.txt es_.txt es__TRADITIONAL.txt\
he_IL.txt id_ID.txt in.txt in_ID.txt iw.txt\
iw_IL.txt mo.txt nb_NO.txt no.txt no_NO.txt\
pa_Guru.txt pa_Guru_IN.txt pa_IN.txt ro_MD.txt sh.txt\
sh_BA.txt sh_CS.txt sh_YU.txt sr_BA.txt sr_Cyrl.txt\
sr_Cyrl_BA.txt sr_Cyrl_ME.txt sr_Cyrl_RS.txt sr_Latn_BA.txt sr_Latn_RS.txt\
sr_ME.txt sr_RS.txt zh_CN.txt zh_HK.txt zh_Hans.txt\
zh_Hans_CN.txt zh_Hans_SG.txt zh_Hant_HK.txt zh_Hant_MO.txt zh_Hant_TW.txt\
zh_MO.txt zh_SG.txt zh_TW.txt
COLLATION_SYNTHETIC_ALIAS = ars.txt de_.txt de__PHONEBOOK.txt es_.txt\
es__TRADITIONAL.txt he_IL.txt id_ID.txt in.txt in_ID.txt\
iw.txt iw_IL.txt mo.txt nb_NO.txt no.txt\
no_NO.txt pa_Guru.txt pa_Guru_IN.txt pa_IN.txt ro_MD.txt\
sh.txt sh_BA.txt sh_CS.txt sh_YU.txt sr_BA.txt\
sr_Cyrl.txt sr_Cyrl_BA.txt sr_Cyrl_ME.txt sr_Cyrl_RS.txt sr_Latn_BA.txt\
sr_Latn_RS.txt sr_ME.txt sr_RS.txt zh_CN.txt zh_HK.txt\
zh_Hans.txt zh_Hans_CN.txt zh_Hans_SG.txt zh_Hant_HK.txt zh_Hant_MO.txt\
zh_Hant_TW.txt zh_MO.txt zh_SG.txt zh_TW.txt
# All aliases (to not be included under 'installed'), but not including root.

View file

@ -11,7 +11,7 @@ cs{
"&S<š<<<Š"
"&Z<ž<<<Ž"
}
Version{"30.0.3"}
Version{"31"}
}
}
}

View file

@ -14,7 +14,7 @@ cy{
"&R<rh<<<Rh<<<RH"
"&T<th<<<Th<<<TH"
}
Version{"30.0.3"}
Version{"31"}
}
}
}

View file

@ -9,7 +9,7 @@ da{
"[import da-u-co-standard]"
"[caseFirst off]"
}
Version{"30.0.3"}
Version{"31"}
}
standard{
Sequence{
@ -20,7 +20,7 @@ da{
"&Y<<ü<<<Ü<<ű<<<Ű"
"&[before 1]ǀ<æ<<<Æ<<ä<<<Ä<ø<<<Ø<<ö<<<Ö<<ő<<<Ő<<œ<<<Œ<å<<<Å<<<aa<<<Aa<<<AA"
}
Version{"30.0.3"}
Version{"31"}
}
}
}

View file

@ -9,14 +9,14 @@ de{
"&OE<<ö<<<Ö"
"&UE<<ü<<<Ü"
}
Version{"30.0.3"}
Version{"31"}
}
search{
Sequence{
"[import und-u-co-search]"
"[import de-u-co-phonebk]"
}
Version{"30.0.3"}
Version{"31"}
}
}
}

View file

@ -10,7 +10,7 @@ de_AT{
"&u<ü<<<Ü"
"&ss<ß<<<ẞ"
}
Version{"30.0.3"}
Version{"31"}
}
}
}

View file

@ -14,7 +14,7 @@ dsb{
"&S<š<<<Š<ś<<<Ś"
"&Z<ž<<<Ž<ź<<<Ź"
}
Version{"30.0.3"}
Version{"31"}
}
}
}

View file

@ -17,7 +17,7 @@ ee{
"&T<ts<<<Ts<<<TS"
"&V<ʋ<<<Ʋ"
}
Version{"30.0.3"}
Version{"31"}
}
}
}

View file

@ -8,7 +8,7 @@ el{
"[normalization on]"
"[reorder Grek]"
}
Version{"30.0.3"}
Version{"31"}
}
}
}

View file

@ -8,7 +8,7 @@ en_US_POSIX{
"&A<*'\u0020'-'/'<*0-'@'<*ABCDEFGHIJKLMNOPQRSTUVWXYZ<*'['-'`'<*abcdefghijklmnopqrstuvwxyz"
"<*'{'-'\u007F'"
}
Version{"30.0.3"}
Version{"31"}
}
}
}

View file

@ -12,7 +12,7 @@ eo{
"&S<ŝ<<<Ŝ"
"&U<ŭ<<<Ŭ"
}
Version{"30.0.3"}
Version{"31"}
}
}
}

View file

@ -8,11 +8,11 @@ es{
"[import und-u-co-search]"
"&N<ñ<<<Ñ"
}
Version{"30.0.3"}
Version{"31"}
}
standard{
Sequence{"&N<ñ<<<Ñ"}
Version{"30.0.3"}
Version{"31"}
}
traditional{
Sequence{
@ -20,7 +20,7 @@ es{
"&C<ch<<<Ch<<<CH"
"&l<ll<<<Ll<<<LL"
}
Version{"30.0.3"}
Version{"31"}
}
}
}

View file

@ -8,7 +8,7 @@ et{
"&[before 1]T<š<<<Š<z<<<Z<ž<<<Ž"
"&[before 1]X<õ<<<Õ<ä<<<Ä<ö<<<Ö<ü<<<Ü"
}
Version{"30.0.3"}
Version{"31"}
}
}
}

View file

@ -16,7 +16,7 @@ fa{
"&ۏ<ه<<ە<<ہ<<ة<<ۃ<<ۀ<<ھ"
"&ی<<*ىےيېۑۍێ"
}
Version{"30.0.3"}
Version{"31"}
}
}
}

View file

@ -5,7 +5,7 @@ fa_AF{
collations{
standard{
Sequence{"[import ps]"}
Version{"30.0.3"}
Version{"31"}
}
}
}

View file

@ -8,7 +8,7 @@ fi{
"[import und-u-co-search]"
"[import fi-u-co-trad]"
}
Version{"30.0.3"}
Version{"31"}
}
standard{
Sequence{
@ -20,7 +20,7 @@ fi{
"&Z\u0335<<ʒ<<<Ʒ"
"&[before 1]ǀ<å<<<Å<ä<<<Ä<<æ<<<Æ<ö<<<Ö<<ø<<<Ø"
}
Version{"30.0.3"}
Version{"31"}
}
traditional{
Sequence{
@ -31,7 +31,7 @@ fi{
"&Y<<ü<<<Ü<<ű<<<Ű"
"&[before 1]ǀ<å<<<Å<ä<<<Ä<<æ<<<Æ<ö<<<Ö<<ø<<<Ø<<ő<<<Ő<<õ<<<Õ<<œ<<<Œ"
}
Version{"30.0.3"}
Version{"31"}
}
}
}

View file

@ -5,7 +5,7 @@ fil{
collations{
standard{
Sequence{"&N<ñ<<<Ñ<ng<<<Ng<<<NG"}
Version{"30.0.3"}
Version{"31"}
}
}
}

View file

@ -8,7 +8,7 @@ fo{
"[import und-u-co-search]"
"[import fo-u-co-standard]"
}
Version{"30.0.3"}
Version{"31"}
}
standard{
Sequence{
@ -18,7 +18,7 @@ fo{
"&Y<<ü<<<Ü<<ű<<<Ű"
"&[before 1]ǀ<æ<<<Æ<<ä<<<Ä<<ę<<<Ę<ø<<<Ø<<ö<<<Ö<<ő<<<Ő<<œ<<<Œ<å<<<Å<<<aa<<<Aa<<<AA"
}
Version{"30.0.3"}
Version{"31"}
}
}
}

View file

@ -5,7 +5,7 @@ fr_CA{
collations{
standard{
Sequence{"[backwards 2]"}
Version{"30.0.3"}
Version{"31"}
}
}
}

View file

@ -5,11 +5,11 @@ gl{
collations{
search{
Sequence{"[import es-u-co-search]"}
Version{"30.0.3"}
Version{"31"}
}
standard{
Sequence{"[import es]"}
Version{"30.0.3"}
Version{"31"}
}
}
}

View file

@ -9,7 +9,7 @@ gu{
"[reorder Gujr Deva Beng Guru Orya Taml Telu Knda Mlym Sinh]"
"&ૐ<ં<<ઁ<"
}
Version{"30.0.3"}
Version{"31"}
}
}
}

View file

@ -12,7 +12,7 @@ ha{
"&T<ts<<<Ts<<<TS"
"&Y<ƴ<<<ʼy<<<''y<<<Ƴ<<<ʼY<<<''Y"
}
Version{"30.0.3"}
Version{"31"}
}
}
}

View file

@ -8,7 +8,7 @@ haw{
"&a<e<<<E<i<<<I<o<<<O<u<<<U"
"&w<ʻ"
}
Version{"30.0.3"}
Version{"31"}
}
}
}

View file

@ -11,7 +11,7 @@ he{
"&״"
"<<'\u0022'"
}
Version{"30.0.3"}
Version{"31"}
}
standard{
Sequence{
@ -20,7 +20,7 @@ he{
"&[before 2]''<<׳"
"&[before 2]'\u0022'<<״"
}
Version{"30.0.3"}
Version{"31"}
}
}
}

View file

@ -9,7 +9,7 @@ hi{
"[reorder Deva Beng Guru Gujr Orya Taml Telu Knda Mlym Sinh]"
"&ॐ<ं<<ँ<"
}
Version{"30.0.3"}
Version{"31"}
}
}
}

View file

@ -9,7 +9,7 @@ hr{
"[import hr-u-co-standard]"
"[reorder others]"
}
Version{"30.0.3"}
Version{"31"}
}
standard{
Sequence{
@ -21,7 +21,7 @@ hr{
"&S<š<<<Š"
"&Z<ž<<<Ž"
}
Version{"30.0.3"}
Version{"31"}
}
}
}

View file

@ -13,7 +13,7 @@ hsb{
"&S<š<<<Š"
"&Z<ž<<<Ž<ź<<<Ź"
}
Version{"30.0.3"}
Version{"31"}
}
}
}

View file

@ -44,7 +44,7 @@ hu{
"&Zs<<<Zzs/zs"
"&ZS<<<ZZS/ZS"
}
Version{"30.0.3"}
Version{"31"}
}
}
}

View file

@ -8,7 +8,7 @@ hy{
"[reorder Armn]"
"&ք<և<<<Եւ"
}
Version{"30.0.3"}
Version{"31"}
}
}
}

View file

@ -15,7 +15,7 @@ ig{
"&S<sh<<<Sh<<<SH"
"&U<ụ<<<Ụ"
}
Version{"30.0.3"}
Version{"31"}
}
}
}

View file

@ -8,7 +8,7 @@ is{
"[import und-u-co-search]"
"[import is-u-co-standard]"
}
Version{"30.0.3"}
Version{"31"}
}
standard{
Sequence{
@ -21,7 +21,7 @@ is{
"&[before 1]z<ý<<<Ý"
"&[before 1]ǀ<æ<<<Æ<<ä<<<Ä<ö<<<Ö<<ø<<<Ø<å<<<Å"
}
Version{"30.0.3"}
Version{"31"}
}
}
}

File diff suppressed because one or more lines are too long

View file

@ -5,7 +5,7 @@ ka{
collations{
standard{
Sequence{"[reorder Geor]"}
Version{"30.0.3"}
Version{"31"}
}
}
}

View file

@ -10,7 +10,7 @@ kk{
"&Ұ<ү<<<Ү"
"&[before 1]ь<і<<<І"
}
Version{"30.0.3"}
Version{"31"}
}
}
}

View file

@ -8,7 +8,7 @@ kl{
"[import und-u-co-search]"
"[import kl-u-co-standard]"
}
Version{"30.0.3"}
Version{"31"}
}
standard{
Sequence{
@ -19,7 +19,7 @@ kl{
"&Y<<ü<<<Ü<<ű<<<Ű"
"&[before 1]ǀ<æ<<<Æ<<ä<<<Ä<<ę<<<Ę<ø<<<Ø<<ö<<<Ö<<ő<<<Ő<<œ<<<Œ<å<<<Å"
}
Version{"30.0.3"}
Version{"31"}
}
}
}

View file

@ -66,7 +66,7 @@ km{
"&ឱ<<<ឲ"
"&ៅ<ុំ<ំ<ាំ<ះ<ិះ<ុះ<េះ<ោះ"
}
Version{"30.0.3"}
Version{"31"}
}
}
}

View file

@ -9,7 +9,7 @@ kn{
"[reorder Knda Deva Beng Guru Gujr Orya Taml Telu Mlym Sinh]"
"&ಔ<<ಃ<ೱ<ೲ"
}
Version{"30.0.3"}
Version{"31"}
}
traditional{
Sequence{
@ -651,7 +651,7 @@ kn{
"&ಫೋ<<<ಫ಼ೋ"
"&ಫೌ<<<ಫ಼ೌ"
}
Version{"30.0.3"}
Version{"31"}
}
}
}

View file

@ -283,7 +283,7 @@ ko{
"&ᅩᅣᅵ"
"=ᆧ"
}
Version{"30.0.3"}
Version{"31"}
}
searchjl{
Sequence{
@ -378,7 +378,7 @@ ko{
"&\u1109\u1109=\u110A<<<\u3146"
"&\u110C\u110C=\u110D<<<\u3149"
}
Version{"30.0.3"}
Version{"31"}
}
standard{
Sequence{
@ -862,14 +862,14 @@ ko{
"&희<<*僖凞喜噫囍姬嬉希憙憘戱晞曦熙熹熺犧禧稀羲咥唏嘻悕戲暿欷燹爔豨餼"
"&힐<<*詰犵纈襭頡黠"
}
Version{"30.0.3"}
Version{"31"}
}
unihan{
Sequence{
"[import und-u-co-private-unihan]"
"[reorder Hang Hani]"
}
Version{"30.0.3"}
Version{"31"}
}
}
}

View file

@ -11,7 +11,7 @@ kok{
"&ह<ळ"
"<क्ष"
}
Version{"30.0.3"}
Version{"31"}
}
}
}

View file

@ -8,7 +8,7 @@ ky{
"[reorder Cyrl]"
"&е<ё<<<Ё"
}
Version{"30.0.3"}
Version{"31"}
}
}
}

View file

@ -11,7 +11,7 @@ lkt{
"&S<š<<<Š"
"&Z<ž<<<Ž"
}
Version{"30.0.3"}
Version{"31"}
}
}
}

View file

@ -16,14 +16,14 @@ ln{
"&S<sh<<<sH<<<Sh<<<SH"
"&T<ts<<<tS<<<Ts<<<TS"
}
Version{"30.0.3"}
Version{"31"}
}
standard{
Sequence{
"&E<ɛ<<<Ɛ"
"&O<<ɔ<<<Ɔ"
}
Version{"30.0.3"}
Version{"31"}
}
}
}

View file

@ -5,7 +5,7 @@ lo{
collations{
standard{
Sequence{"[reorder Laoo]"}
Version{"30.0.3"}
Version{"31"}
}
}
}

View file

@ -16,7 +16,7 @@ lt{
"&U<<ų<<<Ų<<ū<<<Ū"
"&Z<ž<<<Ž"
}
Version{"30.0.3"}
Version{"31"}
}
}
}

View file

@ -15,7 +15,7 @@ lv{
"&[before 1]T<š<<<Š"
"&[before 1]Ʒ<ž<<<Ž"
}
Version{"30.0.3"}
Version{"31"}
}
}
}

View file

@ -10,7 +10,7 @@ mk{
"&ԃ<ѓ<<<Ѓ"
"&ћ<ќ<<<Ќ"
}
Version{"30.0.3"}
Version{"31"}
}
}
}

View file

@ -17,7 +17,7 @@ ml{
"&മ്<<"
"&ന്<<<ൻ്"
}
Version{"30.0.3"}
Version{"31"}
}
}
}

View file

@ -5,7 +5,7 @@ mn{
collations{
standard{
Sequence{"[reorder Cyrl Mong]"}
Version{"30.0.3"}
Version{"31"}
}
}
}

View file

@ -12,7 +12,7 @@ mr{
"<क्ष"
"<ज्ञ"
}
Version{"30.0.3"}
Version{"31"}
}
}
}

View file

@ -12,7 +12,7 @@ mt{
"&[before 1]i<ħ<<<Ħ"
"&[before 1]z<ż<<<Ż"
}
Version{"30.0.3"}
Version{"31"}
}
}
}

View file

@ -373,7 +373,7 @@ my{
"&ထမင်း=ထ္မင်း"
"&လက်ဘက်=လ္ဘက်"
}
Version{"30.0.3"}
Version{"31"}
}
}
}

View file

@ -8,7 +8,7 @@ nb{
"[import und-u-co-search]"
"[import nb-u-co-standard]"
}
Version{"30.0.3"}
Version{"31"}
}
standard{
Sequence{
@ -18,7 +18,7 @@ nb{
"&Y<<ü<<<Ü<<ű<<<Ű"
"&[before 1]ǀ<æ<<<Æ<<ä<<<Ä<<ę<<<Ę<ø<<<Ø<<ö<<<Ö<<ő<<<Ő<<œ<<<Œ<å<<<Å<<aa<<<Aa<<<AA"
}
Version{"30.0.3"}
Version{"31"}
}
}
}

View file

@ -5,7 +5,7 @@ ne{
collations{
standard{
Sequence{"[reorder Deva]"}
Version{"30.0.3"}
Version{"31"}
}
}
}

View file

@ -5,11 +5,11 @@ nn{
collations{
search{
Sequence{"[import nb-u-co-search]"}
Version{"30.0.3"}
Version{"31"}
}
standard{
Sequence{"[import nb-u-co-standard]"}
Version{"30.0.3"}
Version{"31"}
}
}
}

View file

@ -8,7 +8,7 @@ om{
"&Z<ch<<<Ch<<<CH<dh<<<Dh<<<DH<kh<<<Kh<<<KH<ny<<<Ny<<<NY<ph<<<Ph<<<PH<"
"sh<<<Sh"
}
Version{"30.0.3"}
Version{"31"}
}
}
}

View file

@ -11,7 +11,7 @@ or{
"&ହ<କ୍ଷ"
"&ଯ<<ୟ"
}
Version{"30.0.3"}
Version{"31"}
}
}
}

View file

@ -10,7 +10,7 @@ pa{
"&ੱ<<ੰ<<ਂ<<ਁ<<਼"
"&ੜ<੍"
}
Version{"30.0.3"}
Version{"31"}
}
}
}

View file

@ -14,7 +14,7 @@ pl{
"&S<ś<<<Ś"
"&Z<ź<<<Ź<ż<<<Ż"
}
Version{"30.0.3"}
Version{"31"}
}
}
}

View file

@ -24,7 +24,7 @@ ps{
"&ی<<*ىےيېۍ<<یٔ<<<ىٔ<<<ئ"
"&\u00A0<<\u200C<<\u200D"
}
Version{"30.0.3"}
Version{"31"}
}
}
}

View file

@ -10,7 +10,7 @@ ro{
"&S<ş=ș<<<Ş=Ș"
"&T<ţ=ț<<<Ţ=Ț"
}
Version{"30.0.3"}
Version{"31"}
}
}
}

View file

@ -754,7 +754,7 @@ root{
"<🏳‍🌈 = 🏳️‍🌈"
"<*🇦🇧🇨🇩🇪🇫🇬🇭🇮🇯🇰🇱🇲🇳🇴🇵🇶🇷🇸🇹🇺🇻🇼🇽🇾🇿"
}
Version{"30.0.3"}
Version{"31"}
}
eor{
Sequence{
@ -1294,7 +1294,7 @@ root{
"&ք"
"<և"
}
Version{"30.0.3"}
Version{"31"}
}
private-unihan{
Sequence{
@ -1537,7 +1537,7 @@ root{
"&龟=\uFDD0龟"
"&龠=\uFDD0龠"
}
Version{"30.0.3"}
Version{"31"}
}
search{
Sequence{
@ -1654,11 +1654,11 @@ root{
"&ᅮᅵ"
"=ᅱ"
}
Version{"30.0.3"}
Version{"31"}
}
standard{
Sequence{""}
Version{"30.0.3"}
Version{"31"}
}
}
depends:process(dependency){"ucadata.icu"}

View file

@ -5,7 +5,7 @@ ru{
collations{
standard{
Sequence{"[reorder Cyrl]"}
Version{"30.0.3"}
Version{"31"}
}
}
}

View file

@ -8,7 +8,7 @@ se{
"[import und-u-co-search]"
"[import se-u-co-standard]"
}
Version{"30.0.3"}
Version{"31"}
}
standard{
Sequence{
@ -53,7 +53,7 @@ se{
"<<<Ô<<ǫ"
"<<<Ǫ"
}
Version{"30.0.3"}
Version{"31"}
}
}
}

View file

@ -10,7 +10,7 @@ si{
"&ඖ<<ඃ"
"&ජ්ඤ<<ඥ"
}
Version{"30.0.3"}
Version{"31"}
}
standard{
Sequence{
@ -19,7 +19,7 @@ si{
"&ඖ<<ඃ"
"&ඥ<ඤ"
}
Version{"30.0.3"}
Version{"31"}
}
}
}

View file

@ -21,7 +21,7 @@ sk{
"&Y<ý<<<Ý"
"&Z<ž<<<Ž"
}
Version{"30.0.3"}
Version{"31"}
}
standard{
Sequence{
@ -33,7 +33,7 @@ sk{
"&S<š<<<Š"
"&Z<ž<<<Ž"
}
Version{"30.0.3"}
Version{"31"}
}
}
}

View file

@ -10,7 +10,7 @@ sl{
"&S<š<<<Š"
"&Z<ž<<<Ž"
}
Version{"30.0.3"}
Version{"31"}
}
}
}

View file

@ -8,7 +8,7 @@ smn{
"[import und-u-co-search]"
"[import smn-u-co-standard]"
}
Version{"30.0.3"}
Version{"31"}
}
standard{
Sequence{
@ -19,7 +19,7 @@ smn{
"&S<š<<<Š"
"&Z<ž<<<Ž<æ<<<Æ<ø<<<Ø<å<<<Å<ã<<<Ã<ä<<<Ä<á<<<Á<ö<<<Ö"
}
Version{"30.0.3"}
Version{"31"}
}
}
}

View file

@ -17,7 +17,7 @@ sq{
"&[before 1]Y<xh<<<Xh<<<XH"
"&[before 1]Ʒ<zh<<<Zh<<<ZH"
}
Version{"30.0.3"}
Version{"31"}
}
}
}

View file

@ -8,7 +8,7 @@ sr{
"[reorder Cyrl]"
"[suppressContractions [Ии]]"
}
Version{"30.0.3"}
Version{"31"}
}
}
}

View file

@ -5,11 +5,11 @@ sr_Latn{
collations{
search{
Sequence{"[import hr-u-co-search]"}
Version{"30.0.3"}
Version{"31"}
}
standard{
Sequence{"[import hr]"}
Version{"30.0.3"}
Version{"31"}
}
}
}

View file

@ -12,14 +12,14 @@ sv{
"&Y<<ü<<<Ü<<ű<<<Ű"
"&[before 1]ǀ<å<<<Å<ä<<<Ä<<æ<<<Æ<<ę<<<Ę<ö<<<Ö<<ø<<<Ø<<ő<<<Ő<<œ<<<Œ<<ô<<<Ô"
}
Version{"30.0.3"}
Version{"31"}
}
search{
Sequence{
"[import und-u-co-search]"
"[import sv-u-co-standard]"
}
Version{"30.0.3"}
Version{"31"}
}
standard{
Sequence{
@ -30,7 +30,7 @@ sv{
"&Y<<ü<<<Ü<<ű<<<Ű"
"&[before 1]ǀ<å<<<Å<ä<<<Ä<<æ<<<Æ<<ę<<<Ę<ö<<<Ö<<ø<<<Ø<<ő<<<Ő<<œ<<<Œ<<ô<<<Ô"
}
Version{"30.0.3"}
Version{"31"}
}
}
}

View file

@ -34,7 +34,7 @@ ta{
"&[before 1]ஹ<ஹ்"
"&[before 1]க்ஷ<க்ஷ்"
}
Version{"30.0.3"}
Version{"31"}
}
}
}

View file

@ -9,7 +9,7 @@ te{
"[reorder Telu Deva Beng Guru Gujr Orya Taml Knda Mlym Sinh]"
"&ఔ<ఁ<<ః"
}
Version{"30.0.3"}
Version{"31"}
}
}
}

View file

@ -17,7 +17,7 @@ th{
"&ๅํ<<<ํๅ"
"&ไ<ฺ"
}
Version{"30.0.3"}
Version{"31"}
}
}
}

View file

@ -13,7 +13,7 @@ to{
"&o<<ó<<<Ó<<ō<<<Ō"
"&u<<ú<<<Ú<<ū<<<Ū"
}
Version{"30.0.3"}
Version{"31"}
}
}
}

View file

@ -8,7 +8,7 @@ tr{
"[import und-u-co-search]"
"[import tr-u-co-standard]"
}
Version{"30.0.3"}
Version{"31"}
}
standard{
Sequence{
@ -20,7 +20,7 @@ tr{
"&S<ş<<<Ş"
"&U<ü<<<Ü"
}
Version{"30.0.3"}
Version{"31"}
}
}
}

View file

@ -10,7 +10,7 @@ ug{
"&ك<گ<ڭ<ل"
"&ھ<و<ۇ<ۆ<ۈ<ۋ<ې<ى<ي"
}
Version{"30.0.3"}
Version{"31"}
}
}
}

View file

@ -9,7 +9,7 @@ uk{
"&Г<ґ<<<Ґ"
"&<ї<<<\uA676<<<Ї"
}
Version{"30.0.3"}
Version{"31"}
}
}
}

View file

@ -12,7 +12,7 @@ ur{
"<<\u0651<<\u0658<<\u0653"
"&[last tertiary ignorable]<<<\u0610<<<\u0611<<<\u0613<<<\u0612<<<\u0614"
}
Version{"30.0.3"}
Version{"31"}
}
}
}

View file

@ -10,7 +10,7 @@ uz{
"<sh<<<Sh<<<SH"
"<ch<<<Ch<<<CH"
}
Version{"30.0.3"}
Version{"31"}
}
}
}

View file

@ -13,7 +13,7 @@ vi{
"&o<ô<<<Ô<ơ<<<Ơ"
"&u<ư<<<Ư"
}
Version{"30.0.3"}
Version{"31"}
}
traditional{
Sequence{
@ -32,7 +32,7 @@ vi{
"&T<th<<<Th<<<TH<tr<<<Tr<<<TR"
"&u<ư<<<Ư"
}
Version{"30.0.3"}
Version{"31"}
}
}
}

View file

@ -11,7 +11,7 @@ yi{
"&״"
"<<'\u0022'"
}
Version{"30.0.3"}
Version{"31"}
}
standard{
Sequence{
@ -28,7 +28,7 @@ yi{
"&ש<שׂ"
"&[before 1]ת<תּ"
}
Version{"30.0.3"}
Version{"31"}
}
}
}

View file

@ -11,7 +11,7 @@ yo{
"&O<ọ<<<Ọ"
"&S<ṣ<<<Ṣ"
}
Version{"30.0.3"}
Version{"31"}
}
}
}

File diff suppressed because one or more lines are too long

View file

@ -1405,5 +1405,5 @@ af{
one{"{0} {1}"}
other{"{0} {1}"}
}
Version{"2.1.29.44"}
Version{"2.1.31.74"}
}

Some files were not shown because too many files have changed in this diff Show more