ICU-5566 Fix collation problems
X-SVN-Rev: 21193
This commit is contained in:
parent
b77a136859
commit
3c624efb3c
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -49,6 +49,7 @@ README text !eol
|
||||
*.tri2 -text
|
||||
|
||||
icu4c/source/data/coll/sr_ME.txt -text
|
||||
icu4c/source/data/coll/zh_Hans.txt -text
|
||||
icu4c/source/data/coll/zh_Hans_CN.txt -text
|
||||
icu4c/source/data/coll/zh_Hans_SG.txt -text
|
||||
icu4c/source/data/coll/zh_Hant_HK.txt -text
|
||||
|
@ -61,10 +61,10 @@ COLLATION_EMPTY_SOURCE = ar_AE.txt ar_BH.txt ar_DZ.txt ar_EG.txt\
|
||||
om_ET.txt om_KE.txt pa_IN.txt pl_PL.txt ps_AF.txt\
|
||||
pt.txt pt_BR.txt pt_PT.txt ro_RO.txt ru_RU.txt\
|
||||
ru_UA.txt sh_BA.txt sh_YU.txt sk_SK.txt sl_SI.txt\
|
||||
sq_AL.txt sr_BA.txt sr_Cyrl.txt sr_Cyrl_BA.txt sr_Cyrl_ME.txt\
|
||||
sr_Cyrl_RS.txt sr_RS.txt sv_FI.txt sv_SE.txt ta_IN.txt\
|
||||
te_IN.txt th_TH.txt tr_TR.txt uk_UA.txt vi_VN.txt\
|
||||
zh_Hans_CN.txt zh_Hans_SG.txt zh_Hant_HK.txt zh_Hant_MO.txt zh_Hant_TW.txt
|
||||
sq_AL.txt sr_Cyrl.txt sr_Cyrl_BA.txt sr_Cyrl_ME.txt sr_Cyrl_RS.txt\
|
||||
sv_FI.txt sv_SE.txt ta_IN.txt te_IN.txt th_TH.txt\
|
||||
tr_TR.txt uk_UA.txt vi_VN.txt zh_Hans.txt zh_Hans_CN.txt\
|
||||
zh_Hans_SG.txt zh_Hant_HK.txt zh_Hant_MO.txt zh_Hant_TW.txt
|
||||
|
||||
|
||||
# Ordinary resources
|
||||
|
@ -10,6 +10,6 @@
|
||||
* ICU <specials> source: <path>/xml/collation/sr.xml
|
||||
*/
|
||||
sr{
|
||||
Version{"1.20"}
|
||||
Version{"1.21"}
|
||||
collations:alias{"ru/collations"}
|
||||
}
|
||||
|
@ -10,7 +10,7 @@
|
||||
* ICU <specials> source: <path>/xml/collation/zh.xml
|
||||
*/
|
||||
zh{
|
||||
Version{"1.25"}
|
||||
Version{"1.26"}
|
||||
collations{
|
||||
big5han{
|
||||
Sequence{
|
||||
|
17
icu4c/source/data/coll/zh_Hans.txt
Executable file
17
icu4c/source/data/coll/zh_Hans.txt
Executable file
@ -0,0 +1,17 @@
|
||||
// ***************************************************************************
|
||||
// *
|
||||
// * Copyright (C) 2007 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Source File:<path>/icu-config.xml & build.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
/**
|
||||
* validSubLocale of "zh"
|
||||
*/
|
||||
zh_Hans{
|
||||
/**
|
||||
* so genrb doesn't issue warnings
|
||||
*/
|
||||
___{""}
|
||||
}
|
Loading…
Reference in New Issue
Block a user