ICU-3938 Collation data generated from CLDR 1.2

X-SVN-Rev: 16485
This commit is contained in:
Vladimir Weinstein 2004-10-14 20:10:38 +00:00
parent c67d95bf59
commit 70621e0c6c
67 changed files with 1176 additions and 865 deletions

View file

@ -3,16 +3,38 @@
// * Copyright (C) 2004 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
// * Date & Time: 2004/8/26 12:54
// * Source File: \work\locale\common\collation\\ar.xml
// * Source File: ../../../locale/common/collation/ar.xml
// *
// ***************************************************************************
/**
* ICU <specials> source: ../../../locale/icu/collation/ar.xml
*/
ar{
Version{"1.1.1"}
Version{"1.2"}
collations{
standard{
Sequence{"&ة=ت"}
Version{"3.0"}
}
validSubLocales{
ar_AE{""}
ar_BH{""}
ar_DZ{""}
ar_EG{""}
ar_IN{""}
ar_IQ{""}
ar_JO{""}
ar_KW{""}
ar_LB{""}
ar_LY{""}
ar_MA{""}
ar_OM{""}
ar_QA{""}
ar_SA{""}
ar_SD{""}
ar_SY{""}
ar_TN{""}
ar_YE{""}
}
}
}

View file

@ -3,11 +3,13 @@
// * Copyright (C) 2004 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
// * Date & Time: 2004/8/26 12:54
// * Source File: \work\locale\common\collation\\be.xml
// * Source File: ../../../locale/common/collation/be.xml
// *
// ***************************************************************************
/**
* ICU <specials> source: ../../../locale/icu/collation/be.xml
*/
be{
Version{"1.1.1"}
Version{"1.2"}
collations:alias{"ru/collations"}
}

View file

@ -3,11 +3,13 @@
// * Copyright (C) 2004 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
// * Date & Time: 2004/8/26 12:54
// * Source File: \work\locale\common\collation\\bg.xml
// * Source File: ../../../locale/common/collation/bg.xml
// *
// ***************************************************************************
/**
* ICU <specials> source: ../../../locale/icu/collation/bg.xml
*/
bg{
Version{"1.1.1"}
Version{"1.2"}
collations:alias{"ru/collations"}
}

View file

@ -3,16 +3,21 @@
// * Copyright (C) 2004 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
// * Date & Time: 2004/8/26 12:54
// * Source File: \work\locale\common\collation\\ca.xml
// * Source File: ../../../locale/common/collation/ca.xml
// *
// ***************************************************************************
/**
* ICU <specials> source: ../../../locale/icu/collation/ca.xml
*/
ca{
Version{"1.1.1"}
Version{"1.2"}
collations{
standard{
Sequence{" [backwards 2]&C<ch<<<Ch<<<CH&L<ll<<<l·l<<<Ll<<<L·l<<<LL<<<L·L"}
Version{"1.0"}
}
validSubLocales{
ca_ES{""}
}
}
}

View file

@ -6,9 +6,9 @@
# If you are thinking of modifying this file, READ THIS.
#
# Instead of changing this file [unless you want to check it back in],
# you should consider creating a 'reslocal.mk' file in this same directory.
# Then, you can have your local changes remain even if you upgrade or re-
# configure ICU.
# you should consider creating a 'collocal.mk' file in this same directory.
# Then, you can have your local changes remain even if you upgrade or
# reconfigure ICU.
#
# Example 'collocal.mk' files:
#
@ -22,26 +22,29 @@
# | COLLATION_SOURCE = ar.txt ar_AE.txt en.txt de.txt zh.txt
#
#
# Generated by LDML2ICUConverter, from LDML source files.
# Aliases which do not have a corresponding xx.xml file (see deprecatedList.xml)
COLLATION_SYNTHETIC_ALIAS = de__PHONEBOOK.txt es__TRADITIONAL.txt hi__DIRECT.txt zh_TW_STROKE.txt\
zh__PINYIN.txt
# This is the list of locales that are built, but not considered installed in ICU.
# These are usually aliased locales or the root locale.
COLLATION_ALIAS_SOURCE = \
de__PHONEBOOK.txt\
es__TRADITIONAL.txt\
hi__DIRECT.txt\
zh_TW_STROKE.txt\
zh__PINYIN.txt
# All aliases (to not be included under 'installed'), but not including root.
COLLATION_ALIAS_SOURCE = $(COLLATION_SYNTHETIC_ALIAS)
# Please try to keep this list in alphabetical order
COLLATION_SOURCE = \
ar.txt be.txt bg.txt ca.txt cs.txt da.txt de.txt\
el.txt en.txt en_BE.txt eo.txt es.txt et.txt\
fa.txt fa_AF.txt fi.txt fo.txt fr.txt gu.txt\
he.txt hi.txt hr.txt hu.txt is.txt it.txt ja.txt\
kk.txt kl.txt kn.txt ko.txt lt.txt lv.txt\
mk.txt mr.txt mt.txt nb.txt nn.txt pa.txt pl.txt ps.txt\
ro.txt ru.txt sh.txt sk.txt sl.txt sq.txt sr.txt sv.txt\
ta.txt te.txt th.txt tr.txt uk.txt vi.txt\
zh.txt zh_Hant.txt zh_HK.txt zh_MO.txt zh_TW.txt
# Ordinary resources
COLLATION_SOURCE = ar.txt be.txt bg.txt ca.txt\
cs.txt da.txt de.txt el.txt en.txt\
en_BE.txt eo.txt es.txt et.txt fa.txt\
fa_AF.txt fi.txt fo.txt fr.txt gu.txt\
he.txt hi.txt hr.txt hu.txt is.txt\
it.txt ja.txt kk.txt kl.txt kn.txt\
ko.txt lt.txt lv.txt mk.txt mr.txt\
mt.txt nb.txt nn.txt om.txt pa.txt\
pl.txt ps.txt ro.txt ru.txt sh.txt\
sk.txt sl.txt sq.txt sr.txt sv.txt\
ta.txt te.txt th.txt tr.txt uk.txt\
vi.txt zh.txt zh_HK.txt zh_Hant.txt zh_MO.txt\
zh_TW.txt

View file

@ -3,16 +3,21 @@
// * Copyright (C) 2004 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
// * Date & Time: 2004/8/26 12:54
// * Source File: \work\locale\common\collation\\cs.xml
// * Source File: ../../../locale/common/collation/cs.xml
// *
// ***************************************************************************
/**
* ICU <specials> source: ../../../locale/icu/collation/cs.xml
*/
cs{
Version{"1.1.1"}
Version{"1.2"}
collations{
standard{
Sequence{"&C<č<<<Č&H<ch<<<cH<<<Ch<<<CH&R<ř<<<Ř&S<š<<<Š&Z<ž<<<Ž"}
Version{"1.0"}
}
validSubLocales{
cs_CZ{""}
}
}
}

View file

@ -3,12 +3,14 @@
// * Copyright (C) 2004 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
// * Date & Time: 2004/8/26 12:54
// * Source File: \work\locale\common\collation\\da.xml
// * Source File: ../../../locale/common/collation/da.xml
// *
// ***************************************************************************
/**
* ICU <specials> source: ../../../locale/icu/collation/da.xml
*/
da{
Version{"1.1.1"}
Version{"1.2"}
collations{
standard{
Sequence{
@ -22,5 +24,8 @@ da{
}
Version{"3.0"}
}
validSubLocales{
da_DK{""}
}
}
}

View file

@ -3,20 +3,29 @@
// * Copyright (C) 2004 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
// * Date & Time: 2004/8/26 12:54
// * Source File: \work\locale\common\collation\\de.xml
// * Source File: ../../../locale/common/collation/de.xml
// *
// ***************************************************************************
/**
* ICU <specials> source: ../../../locale/icu/collation/de.xml
*/
de{
Version{"1.1.1"}
Version{"1.2"}
collations{
phonebook{
Sequence{"&a<<æ/e<<ä/e&A<<Æ/E<<Ä/E&œ<<ö/e&Œ<<Ö/E&u<<ü/e&U<<Ü/E"}
Version{"2.0"}
}
standard{
Sequence{"&A<<Æ/E&a<<æ/e"}
Sequence{"&ae<<æ<<<Æ"}
Version{"1.0"}
}
validSubLocales{
de_AT{""}
de_BE{""}
de_CH{""}
de_DE{""}
de_LU{""}
}
}
}

View file

@ -1,13 +1,13 @@
// ***************************************************************************
// ***************************************************************************
// *
// * Copyright (C) 1997-2004, International Business Machines
// * Corporation and others. All Rights Reserved.
// * Copyright (C) 2004 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
// * Source File: deprecatedList.xml
// *
// ***************************************************************************
de__PHONEBOOK {
Version { "1.0" }
collations {
default { "phonebook" }
de__PHONEBOOK{
collations{
default{"phonebook"}
}
}

View file

@ -3,16 +3,21 @@
// * Copyright (C) 2004 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
// * Date & Time: 2004/8/26 12:55
// * Source File: \work\locale\common\collation\\el.xml
// * Source File: ../../../locale/common/collation/el.xml
// *
// ***************************************************************************
/**
* ICU <specials> source: ../../../locale/icu/collation/el.xml
*/
el{
Version{"1.1.1"}
Version{"1.2"}
collations{
standard{
Sequence{" [normalization on ]"}
Version{"2.0"}
}
validSubLocales{
el_GR{""}
}
}
}

View file

@ -3,11 +3,11 @@
// * Copyright (C) 2004 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
// * Source File: ../../../locale/common/collation\en.xml
// * Source File: ../../../locale/common/collation/en.xml
// *
// ***************************************************************************
/**
* ICU <specials> source: ../../../locale/icu/collation\en.xml
* ICU <specials> source: ../../../locale/icu/collation/en.xml
*/
en{
Version{"1.2"}

View file

@ -3,12 +3,11 @@
// * Copyright (C) 2004 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
// * Date & Time: 2004/8/26 12:55
// * Source File: \work\locale\common\collation\\en_BE.xml
// * Source File: ../../../locale/common/collation/en_BE.xml
// *
// ***************************************************************************
en_BE{
Version{"1.1.1"}
Version{"1.2"}
collations{
standard{
Sequence{" [backwards 2]"}

View file

@ -3,12 +3,14 @@
// * Copyright (C) 2004 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
// * Date & Time: 2004/8/26 12:55
// * Source File: \work\locale\common\collation\\eo.xml
// * Source File: ../../../locale/common/collation/eo.xml
// *
// ***************************************************************************
/**
* ICU <specials> source: ../../../locale/icu/collation/eo.xml
*/
eo{
Version{"1.1.1"}
Version{"1.2"}
collations{
standard{
Sequence{"&C<ĉ<<<Ĉ&G<ĝ<<<Ĝ&H<ĥ<<<Ĥ&J<ĵ<<<Ĵ&S<ŝ<<<Ŝ&U<ŭ<<<Ŭ"}

View file

@ -3,20 +3,44 @@
// * Copyright (C) 2004 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
// * Date & Time: 2004/8/26 12:55
// * Source File: \work\locale\common\collation\\es.xml
// * Source File: ../../../locale/common/collation/es.xml
// *
// ***************************************************************************
/**
* ICU <specials> source: ../../../locale/icu/collation/es.xml
*/
es{
Version{"1.1.1"}
Version{"1.2"}
collations{
standard{
Sequence{"&N<ñ<<<Ñ&A<<Æ/E&a<<æ/e"}
Sequence{"&N<ñ<<<Ñ&ae<<æ<<<Æ"}
Version{"1.1"}
}
traditional{
Sequence{"&N<ñ<<<Ñ&C<ch<<<Ch<<<CH&l<ll<<<Ll<<<LL"}
Version{"1.0"}
}
validSubLocales{
es_AR{""}
es_BO{""}
es_CL{""}
es_CO{""}
es_CR{""}
es_DO{""}
es_EC{""}
es_ES{""}
es_GT{""}
es_HN{""}
es_MX{""}
es_NI{""}
es_PA{""}
es_PE{""}
es_PR{""}
es_PY{""}
es_SV{""}
es_US{""}
es_UY{""}
es_VE{""}
}
}
}

View file

@ -1,13 +1,13 @@
// ***************************************************************************
// ***************************************************************************
// *
// * Copyright (C) 1997-2004, International Business Machines
// * Corporation and others. All Rights Reserved.
// * Copyright (C) 2004 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
// * Source File: deprecatedList.xml
// *
// ***************************************************************************
es__TRADITIONAL {
Version { "2.0" }
collations {
default { "traditional" }
es__TRADITIONAL{
collations{
default{"traditional"}
}
}

View file

@ -3,12 +3,14 @@
// * Copyright (C) 2004 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
// * Date & Time: 2004/8/26 12:55
// * Source File: \work\locale\common\collation\\et.xml
// * Source File: ../../../locale/common/collation/et.xml
// *
// ***************************************************************************
/**
* ICU <specials> source: ../../../locale/icu/collation/et.xml
*/
et{
Version{"1.1.1"}
Version{"1.2"}
collations{
standard{
Sequence{
@ -18,5 +20,8 @@ et{
}
Version{"2.0"}
}
validSubLocales{
et_EE{""}
}
}
}

View file

@ -3,12 +3,14 @@
// * Copyright (C) 2004 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
// * Date & Time: 2004/8/26 12:55
// * Source File: \work\locale\common\collation\\fa.xml
// * Source File: ../../../locale/common/collation/fa.xml
// *
// ***************************************************************************
/**
* ICU <specials> source: ../../../locale/icu/collation/fa.xml
*/
fa{
Version{"1.1.1"}
Version{"1.2"}
collations{
standard{
Sequence{
@ -21,5 +23,8 @@ fa{
}
Version{"2.0"}
}
validSubLocales{
fa_IR{""}
}
}
}

View file

@ -3,11 +3,10 @@
// * Copyright (C) 2004 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
// * Date & Time: 2004/8/26 12:55
// * Source File: \work\locale\common\collation\\fa_AF.xml
// * Source File: ../../../locale/common/collation/fa_AF.xml
// *
// ***************************************************************************
fa_AF{
Version{"1.1.1"}
collations:alias{"ps/collations/standard"}
Version{"1.2"}
collations:alias{"ps/collations"}
}

View file

@ -3,12 +3,14 @@
// * Copyright (C) 2004 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
// * Date & Time: 2004/8/26 12:55
// * Source File: \work\locale\common\collation\\fi.xml
// * Source File: ../../../locale/common/collation/fi.xml
// *
// ***************************************************************************
/**
* ICU <specials> source: ../../../locale/icu/collation/fi.xml
*/
fi{
Version{"1.1.1"}
Version{"1.2"}
collations{
standard{
Sequence{
@ -21,5 +23,8 @@ fi{
}
Version{"2.0"}
}
validSubLocales{
fi_FI{""}
}
}
}

View file

@ -3,12 +3,14 @@
// * Copyright (C) 2004 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
// * Date & Time: 2004/8/26 12:56
// * Source File: \work\locale\common\collation\\fo.xml
// * Source File: ../../../locale/common/collation/fo.xml
// *
// ***************************************************************************
/**
* ICU <specials> source: ../../../locale/icu/collation/fo.xml
*/
fo{
Version{"1.1.1"}
Version{"1.2"}
collations{
standard{
Sequence{
@ -21,5 +23,8 @@ fo{
}
Version{"2.0"}
}
validSubLocales{
fo_FO{""}
}
}
}

View file

@ -3,16 +3,25 @@
// * Copyright (C) 2004 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
// * Date & Time: 2004/8/26 12:56
// * Source File: \work\locale\common\collation\\fr.xml
// * Source File: ../../../locale/common/collation/fr.xml
// *
// ***************************************************************************
/**
* ICU <specials> source: ../../../locale/icu/collation/fr.xml
*/
fr{
Version{"1.1.1"}
Version{"1.2"}
collations{
standard{
Sequence{" [backwards 2]&A<<Æ/E&a<<æ/e"}
Sequence{" [backwards 2]&ae<<æ<<<Æ"}
Version{"2.0"}
}
validSubLocales{
fr_BE{""}
fr_CA{""}
fr_CH{""}
fr_FR{""}
fr_LU{""}
}
}
}

View file

@ -3,16 +3,21 @@
// * Copyright (C) 2004 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
// * Date & Time: 2004/8/26 12:56
// * Source File: \work\locale\common\collation\\gu.xml
// * Source File: ../../../locale/common/collation/gu.xml
// *
// ***************************************************************************
/**
* ICU <specials> source: ../../../locale/icu/collation/gu.xml
*/
gu{
Version{"1.1.1"}
Version{"1.2"}
collations{
standard{
Sequence{" [normalization on ]&હ<઼<ઁ<ં<&ઽ<્"}
Version{"1.0"}
}
validSubLocales{
gu_IN{""}
}
}
}

View file

@ -3,16 +3,21 @@
// * Copyright (C) 2004 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
// * Date & Time: 2004/8/26 12:56
// * Source File: \work\locale\common\collation\\he.xml
// * Source File: ../../../locale/common/collation/he.xml
// *
// ***************************************************************************
/**
* ICU <specials> source: ../../../locale/icu/collation/he.xml
*/
he{
Version{"1.1.1"}
Version{"1.2"}
collations{
standard{
Sequence{" [normalization on ]"}
Version{"3.0"}
}
validSubLocales{
he_IL{""}
}
}
}

View file

@ -3,12 +3,14 @@
// * Copyright (C) 2004 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
// * Date & Time: 2004/8/26 12:56
// * Source File: \work\locale\common\collation\\hi.xml
// * Source File: ../../../locale/common/collation/hi.xml
// *
// ***************************************************************************
/**
* ICU <specials> source: ../../../locale/icu/collation/hi.xml
*/
hi{
Version{"1.1.1"}
Version{"1.2"}
collations{
direct{
Sequence{
@ -23,5 +25,8 @@ hi{
Sequence{" [normalization on ]&[before 1]0<ॐ<।<॥<॰&ह<़<ँ<ं<<॑<॒<॓<॔&ऽ<्"}
Version{"2.0"}
}
validSubLocales{
hi_IN{""}
}
}
}

View file

@ -1,14 +1,13 @@
// ***************************************************************************
// ***************************************************************************
// *
// * Copyright (C) 1997-2004, International Business Machines
// * Corporation and others. All Rights Reserved.
// * Copyright (C) 2004 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
// * Source File: deprecatedList.xml
// *
// ***************************************************************************
hi__DIRECT {
Version { "1.1" }
// This is the order ICU originaly used
collations {
default { "direct" }
hi__DIRECT{
collations{
default{"direct"}
}
}

View file

@ -3,12 +3,14 @@
// * Copyright (C) 2004 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
// * Date & Time: 2004/8/26 12:56
// * Source File: \work\locale\common\collation\\hr.xml
// * Source File: ../../../locale/common/collation/hr.xml
// *
// ***************************************************************************
/**
* ICU <specials> source: ../../../locale/icu/collation/hr.xml
*/
hr{
Version{"1.1.1"}
Version{"1.2"}
collations{
standard{
Sequence{
@ -21,5 +23,8 @@ hr{
}
Version{"2.0"}
}
validSubLocales{
hr_HR{""}
}
}
}

View file

@ -3,12 +3,14 @@
// * Copyright (C) 2004 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
// * Date & Time: 2004/8/26 12:56
// * Source File: \work\locale\common\collation\\hu.xml
// * Source File: ../../../locale/common/collation/hu.xml
// *
// ***************************************************************************
/**
* ICU <specials> source: ../../../locale/icu/collation/hu.xml
*/
hu{
Version{"1.1.1"}
Version{"1.2"}
collations{
standard{
Sequence{
@ -53,5 +55,8 @@ hu{
}
Version{"2.0"}
}
validSubLocales{
hu_HU{""}
}
}
}

View file

@ -3,12 +3,14 @@
// * Copyright (C) 2004 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
// * Date & Time: 2004/8/26 12:56
// * Source File: \work\locale\common\collation\\is.xml
// * Source File: ../../../locale/common/collation/is.xml
// *
// ***************************************************************************
/**
* ICU <specials> source: ../../../locale/icu/collation/is.xml
*/
is{
Version{"1.1.1"}
Version{"1.2"}
collations{
standard{
Sequence{
@ -23,5 +25,8 @@ is{
}
Version{"2.0"}
}
validSubLocales{
is_IS{""}
}
}
}

View file

@ -3,16 +3,22 @@
// * Copyright (C) 2004 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
// * Date & Time: 2004/8/26 12:56
// * Source File: \work\locale\common\collation\\it.xml
// * Source File: ../../../locale/common/collation/it.xml
// *
// ***************************************************************************
/**
* ICU <specials> source: ../../../locale/icu/collation/it.xml
*/
it{
Version{"1.1.1"}
Version{"1.2"}
collations{
standard{
Sequence{"&A<<Æ/E&a<<æ/e"}
Sequence{"&ae<<æ<<<Æ"}
Version{"1.0"}
}
validSubLocales{
it_CH{""}
it_IT{""}
}
}
}

View file

@ -3,12 +3,14 @@
// * Copyright (C) 2004 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
// * Date & Time: 2004/8/26 12:57
// * Source File: \work\locale\common\collation\\ja.xml
// * Source File: ../../../locale/common/collation/ja.xml
// *
// ***************************************************************************
/**
* ICU <specials> source: ../../../locale/icu/collation/ja.xml
*/
ja{
Version{"1.1.1"}
Version{"1.2"}
collations{
standard{
Sequence{
@ -507,5 +509,8 @@ ja{
}
Version{"4.0"}
}
validSubLocales{
ja_JP{""}
}
}
}

View file

@ -3,16 +3,21 @@
// * Copyright (C) 2004 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
// * Date & Time: 2004/8/26 12:57
// * Source File: \work\locale\common\collation\\kk.xml
// * Source File: ../../../locale/common/collation/kk.xml
// *
// ***************************************************************************
/**
* ICU <specials> source: ../../../locale/icu/collation/kk.xml
*/
kk{
Version{"1.1.1"}
Version{"1.2"}
collations{
standard{
Sequence{" [normalization on ][suppressContractions[Ѐ-џ]]&[before 1]ү<ұ<<<Ұ"}
Version{"1.0"}
}
validSubLocales{
kk_KZ{""}
}
}
}

View file

@ -3,12 +3,14 @@
// * Copyright (C) 2004 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
// * Date & Time: 2004/8/26 12:57
// * Source File: \work\locale\common\collation\\kl.xml
// * Source File: ../../../locale/common/collation/kl.xml
// *
// ***************************************************************************
/**
* ICU <specials> source: ../../../locale/icu/collation/kl.xml
*/
kl{
Version{"1.1.1"}
Version{"1.2"}
collations{
standard{
Sequence{
@ -20,5 +22,8 @@ kl{
}
Version{"1.0"}
}
validSubLocales{
kl_GL{""}
}
}
}

View file

@ -3,16 +3,21 @@
// * Copyright (C) 2004 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
// * Date & Time: 2004/8/26 12:57
// * Source File: \work\locale\common\collation\\kn.xml
// * Source File: ../../../locale/common/collation/kn.xml
// *
// ***************************************************************************
/**
* ICU <specials> source: ../../../locale/icu/collation/kn.xml
*/
kn{
Version{"1.1.1"}
Version{"1.2"}
collations{
standard{
Sequence{" [normalization on ]"}
Version{"1.0"}
}
validSubLocales{
kn_IN{""}
}
}
}

View file

@ -3,12 +3,14 @@
// * Copyright (C) 2004 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
// * Date & Time: 2004/8/26 12:57
// * Source File: \work\locale\common\collation\\ko.xml
// * Source File: ../../../locale/common/collation/ko.xml
// *
// ***************************************************************************
/**
* ICU <specials> source: ../../../locale/icu/collation/ko.xml
*/
ko{
Version{"1.1.1"}
Version{"1.2"}
collations{
standard{
Sequence{
@ -681,5 +683,8 @@ ko{
}
Version{"2.1"}
}
validSubLocales{
ko_KR{""}
}
}
}

View file

@ -3,12 +3,14 @@
// * Copyright (C) 2004 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
// * Date & Time: 2004/8/26 12:57
// * Source File: \work\locale\common\collation\\lt.xml
// * Source File: ../../../locale/common/collation/lt.xml
// *
// ***************************************************************************
/**
* ICU <specials> source: ../../../locale/icu/collation/lt.xml
*/
lt{
Version{"1.1.1"}
Version{"1.2"}
collations{
standard{
Sequence{
@ -20,5 +22,8 @@ lt{
}
Version{"2.0"}
}
validSubLocales{
lt_LT{""}
}
}
}

View file

@ -3,12 +3,14 @@
// * Copyright (C) 2004 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
// * Date & Time: 2004/8/26 12:57
// * Source File: \work\locale\common\collation\\lv.xml
// * Source File: ../../../locale/common/collation/lv.xml
// *
// ***************************************************************************
/**
* ICU <specials> source: ../../../locale/icu/collation/lv.xml
*/
lv{
Version{"1.1.1"}
Version{"1.2"}
collations{
standard{
Sequence{
@ -24,5 +26,8 @@ lv{
}
Version{"2.0"}
}
validSubLocales{
lv_LV{""}
}
}
}

View file

@ -3,11 +3,13 @@
// * Copyright (C) 2004 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
// * Date & Time: 2004/8/26 12:57
// * Source File: \work\locale\common\collation\\mk.xml
// * Source File: ../../../locale/common/collation/mk.xml
// *
// ***************************************************************************
/**
* ICU <specials> source: ../../../locale/icu/collation/mk.xml
*/
mk{
Version{"1.1.1"}
Version{"1.2"}
collations:alias{"ru/collations"}
}

View file

@ -3,16 +3,21 @@
// * Copyright (C) 2004 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
// * Date & Time: 2004/8/26 12:57
// * Source File: \work\locale\common\collation\\mr.xml
// * Source File: ../../../locale/common/collation/mr.xml
// *
// ***************************************************************************
/**
* ICU <specials> source: ../../../locale/icu/collation/mr.xml
*/
mr{
Version{"1.1.1"}
Version{"1.2"}
collations{
standard{
Sequence{" [normalization on ]"}
Version{"1.0"}
}
validSubLocales{
mr_IN{""}
}
}
}

View file

@ -3,12 +3,14 @@
// * Copyright (C) 2004 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
// * Date & Time: 2004/8/26 12:58
// * Source File: \work\locale\common\collation\\mt.xml
// * Source File: ../../../locale/common/collation/mt.xml
// *
// ***************************************************************************
/**
* ICU <specials> source: ../../../locale/icu/collation/mt.xml
*/
mt{
Version{"1.1.1"}
Version{"1.2"}
collations{
standard{
Sequence{
@ -21,5 +23,8 @@ mt{
}
Version{"1.2"}
}
validSubLocales{
mt_MT{""}
}
}
}

View file

@ -3,12 +3,14 @@
// * Copyright (C) 2004 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
// * Date & Time: 2004/8/26 12:58
// * Source File: \work\locale\common\collation\\nb.xml
// * Source File: ../../../locale/common/collation/nb.xml
// *
// ***************************************************************************
/**
* ICU <specials> source: ../../../locale/icu/collation/nb.xml
*/
nb{
Version{"1.1.1"}
Version{"1.2"}
collations{
standard{
Sequence{
@ -20,5 +22,8 @@ nb{
}
Version{"2.0"}
}
validSubLocales{
nb_NO{""}
}
}
}

View file

@ -3,12 +3,14 @@
// * Copyright (C) 2004 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
// * Date & Time: 2004/8/26 12:58
// * Source File: \work\locale\common\collation\\nn.xml
// * Source File: ../../../locale/common/collation/nn.xml
// *
// ***************************************************************************
/**
* ICU <specials> source: ../../../locale/icu/collation/nn.xml
*/
nn{
Version{"1.1.1"}
Version{"1.2"}
collations{
standard{
Sequence{
@ -20,5 +22,8 @@ nn{
}
Version{"2.0"}
}
validSubLocales{
nn_NO{""}
}
}
}

View file

@ -3,19 +3,25 @@
// * Copyright (C) 2004 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
// * Date & Time: 2004/8/26 12:58
// * Source File: \work\locale\common\collation\\om.xml
// * Source File: ../../../locale/common/collation/om.xml
// *
// ***************************************************************************
/**
* ICU <specials> source: ../../../locale/icu/collation/om.xml
*/
om{
Version{"1.1.1"}
Version{"1.2"}
collations{
standard{
Sequence{
"&Z<ch<<<Ch<<<CH<dh<<<Dh<<<DH<kh<<<Kh<<<KH<ny<<<Ny<<<NY<ph<<<Ph<<<PH<"
"sh<<<Sh"
}
Version{"0.0"}
Version{"1.1"}
}
validSubLocales{
om_ET{""}
om_KE{""}
}
}
}

View file

@ -3,16 +3,21 @@
// * Copyright (C) 2004 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
// * Date & Time: 2004/8/26 12:58
// * Source File: \work\locale\common\collation\\pa.xml
// * Source File: ../../../locale/common/collation/pa.xml
// *
// ***************************************************************************
/**
* ICU <specials> source: ../../../locale/icu/collation/pa.xml
*/
pa{
Version{"1.1.1"}
Version{"1.2"}
collations{
standard{
Sequence{" [normalization on ]"}
Version{"1.0"}
}
validSubLocales{
pa_IN{""}
}
}
}

View file

@ -3,12 +3,14 @@
// * Copyright (C) 2004 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
// * Date & Time: 2004/8/26 12:58
// * Source File: \work\locale\common\collation\\pl.xml
// * Source File: ../../../locale/common/collation/pl.xml
// *
// ***************************************************************************
/**
* ICU <specials> source: ../../../locale/icu/collation/pl.xml
*/
pl{
Version{"1.1.1"}
Version{"1.2"}
collations{
standard{
Sequence{
@ -19,9 +21,12 @@ pl{
"&N<ń<<<Ń"
"&O<ó<<<Ó"
"&S<ś<<<Ś"
"&Z<ż<<<Ż<ź<<<Ź"
"&Z<ź<<<Ź<ż<<<Ż"
}
Version{"2"}
}
validSubLocales{
pl_PL{""}
}
}
}

View file

@ -3,12 +3,14 @@
// * Copyright (C) 2004 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
// * Date & Time: 2004/8/26 12:58
// * Source File: \work\locale\common\collation\\ps.xml
// * Source File: ../../../locale/common/collation/ps.xml
// *
// ***************************************************************************
/**
* ICU <specials> source: ../../../locale/icu/collation/ps.xml
*/
ps{
Version{"1.1.1"}
Version{"1.2"}
collations{
standard{
Sequence{
@ -31,5 +33,8 @@ ps{
}
Version{"1.0"}
}
validSubLocales{
ps_AF{""}
}
}
}

View file

@ -3,16 +3,21 @@
// * Copyright (C) 2004 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
// * Date & Time: 2004/8/26 12:59
// * Source File: \work\locale\common\collation\\ro.xml
// * Source File: ../../../locale/common/collation/ro.xml
// *
// ***************************************************************************
/**
* ICU <specials> source: ../../../locale/icu/collation/ro.xml
*/
ro{
Version{"1.1.1"}
Version{"1.2"}
collations{
standard{
Sequence{"&A<ă<<<Ă<â<<<Â&D<đ<<<Đ&I<î<<<Î&S<ş=ș<<<Ş=Ș&T<ţ=ț<<<Ţ=Ț&Z<ż<<<Ż"}
Version{"1.0"}
}
validSubLocales{
ro_RO{""}
}
}
}

View file

@ -3,18 +3,35 @@
// * Copyright (C) 2004 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
// * Date & Time: 2004/8/26 13:6
// * Source File: \work\locale\common\collation\\root.xml
// * Source File: ../../../locale/common/collation/root.xml
// *
// ***************************************************************************
/**
* ICU <specials> source: ../../../locale/icu/collation/root.xml
*/
root{
"%%UCARULES"{"UCARules.txt"}
Version{"1.1.1"}
"%%UCARULES":include{"../unidata/UCARules.txt"}
Version{"1.2"}
collations{
default{"standard"}
standard{
Sequence{""}
Version{"0.0"}
}
validSubLocales{
ga{""}
ga_IE{""}
id{""}
id_ID{""}
ms{""}
ms_BN{""}
ms_MY{""}
nl{""}
nl_BE{""}
nl_NL{""}
pt{""}
pt_BR{""}
pt_PT{""}
}
}
}

View file

@ -3,16 +3,22 @@
// * Copyright (C) 2004 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
// * Date & Time: 2004/8/26 12:59
// * Source File: \work\locale\common\collation\\ru.xml
// * Source File: ../../../locale/common/collation/ru.xml
// *
// ***************************************************************************
/**
* ICU <specials> source: ../../../locale/icu/collation/ru.xml
*/
ru{
Version{"1.1.1"}
Version{"1.2"}
collations{
standard{
Sequence{"[suppressContractions[Ѐ-џ]]"}
Version{"1.1"}
}
validSubLocales{
ru_RU{""}
ru_UA{""}
}
}
}

View file

@ -3,11 +3,13 @@
// * Copyright (C) 2004 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
// * Date & Time: 2004/8/26 12:59
// * Source File: \work\locale\common\collation\\sh.xml
// * Source File: ../../../locale/common/collation/sh.xml
// *
// ***************************************************************************
/**
* ICU <specials> source: ../../../locale/icu/collation/sh.xml
*/
sh{
Version{"1.1.1"}
Version{"1.2"}
collations:alias{"hr/collations"}
}

View file

@ -3,12 +3,14 @@
// * Copyright (C) 2004 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
// * Date & Time: 2004/8/26 12:59
// * Source File: \work\locale\common\collation\\sk.xml
// * Source File: ../../../locale/common/collation/sk.xml
// *
// ***************************************************************************
/**
* ICU <specials> source: ../../../locale/icu/collation/sk.xml
*/
sk{
Version{"1.1.1"}
Version{"1.2"}
collations{
standard{
Sequence{
@ -24,5 +26,8 @@ sk{
}
Version{"1.0"}
}
validSubLocales{
sk_SK{""}
}
}
}

View file

@ -3,16 +3,21 @@
// * Copyright (C) 2004 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
// * Date & Time: 2004/8/26 12:59
// * Source File: \work\locale\common\collation\\sl.xml
// * Source File: ../../../locale/common/collation/sl.xml
// *
// ***************************************************************************
/**
* ICU <specials> source: ../../../locale/icu/collation/sl.xml
*/
sl{
Version{"1.1.1"}
Version{"1.2"}
collations{
standard{
Sequence{"&C<č<<<Č<ć<<<Ć&S<š<<<Š&Z<ž<<<Ž"}
Version{"1.0"}
}
validSubLocales{
sl_SI{""}
}
}
}

View file

@ -3,12 +3,14 @@
// * Copyright (C) 2004 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
// * Date & Time: 2004/8/26 12:59
// * Source File: \work\locale\common\collation\\sq.xml
// * Source File: ../../../locale/common/collation/sq.xml
// *
// ***************************************************************************
/**
* ICU <specials> source: ../../../locale/icu/collation/sq.xml
*/
sq{
Version{"1.1.1"}
Version{"1.2"}
collations{
standard{
Sequence{
@ -26,5 +28,8 @@ sq{
}
Version{"2.0"}
}
validSubLocales{
sq_AL{""}
}
}
}

View file

@ -3,11 +3,13 @@
// * Copyright (C) 2004 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
// * Date & Time: 2004/8/26 12:59
// * Source File: \work\locale\common\collation\\sr.xml
// * Source File: ../../../locale/common/collation/sr.xml
// *
// ***************************************************************************
/**
* ICU <specials> source: ../../../locale/icu/collation/sr.xml
*/
sr{
Version{"1.1.1"}
Version{"1.2"}
collations:alias{"ru/collations"}
}

View file

@ -3,12 +3,14 @@
// * Copyright (C) 2004 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
// * Date & Time: 2004/8/26 13:0
// * Source File: \work\locale\common\collation\\sv.xml
// * Source File: ../../../locale/common/collation/sv.xml
// *
// ***************************************************************************
/**
* ICU <specials> source: ../../../locale/icu/collation/sv.xml
*/
sv{
Version{"1.1.1"}
Version{"1.2"}
collations{
standard{
Sequence{
@ -23,5 +25,9 @@ sv{
}
Version{"2.0"}
}
validSubLocales{
sv_FI{""}
sv_SE{""}
}
}
}

View file

@ -3,16 +3,21 @@
// * Copyright (C) 2004 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
// * Date & Time: 2004/8/26 13:0
// * Source File: \work\locale\common\collation\\ta.xml
// * Source File: ../../../locale/common/collation/ta.xml
// *
// ***************************************************************************
/**
* ICU <specials> source: ../../../locale/icu/collation/ta.xml
*/
ta{
Version{"1.1.1"}
Version{"1.2"}
collations{
standard{
Sequence{" [normalization on ]"}
Version{"1.0"}
}
validSubLocales{
ta_IN{""}
}
}
}

View file

@ -3,16 +3,21 @@
// * Copyright (C) 2004 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
// * Date & Time: 2004/8/26 13:0
// * Source File: \work\locale\common\collation\\te.xml
// * Source File: ../../../locale/common/collation/te.xml
// *
// ***************************************************************************
/**
* ICU <specials> source: ../../../locale/icu/collation/te.xml
*/
te{
Version{"1.1.1"}
Version{"1.2"}
collations{
standard{
Sequence{" [normalization on ]&హ<ఁ<<ః<్"}
Version{"1.0"}
}
validSubLocales{
te_IN{""}
}
}
}

View file

@ -3,12 +3,14 @@
// * Copyright (C) 2004 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
// * Date & Time: 2004/8/26 13:0
// * Source File: \work\locale\common\collation\\th.xml
// * Source File: ../../../locale/common/collation/th.xml
// *
// ***************************************************************************
/**
* ICU <specials> source: ../../../locale/icu/collation/th.xml
*/
th{
Version{"1.1.1"}
Version{"1.2"}
collations{
standard{
Sequence{
@ -23,5 +25,8 @@ th{
}
Version{"3.0"}
}
validSubLocales{
th_TH{""}
}
}
}

View file

@ -3,16 +3,21 @@
// * Copyright (C) 2004 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
// * Date & Time: 2004/8/26 13:0
// * Source File: \work\locale\common\collation\\tr.xml
// * Source File: ../../../locale/common/collation/tr.xml
// *
// ***************************************************************************
/**
* ICU <specials> source: ../../../locale/icu/collation/tr.xml
*/
tr{
Version{"1.1.1"}
Version{"1.2"}
collations{
standard{
Sequence{"&C<ç<<<Ç&G<ğ<<<Ğ&[before 1]i<ı<<<I&i<<<İ&O<ö<<<Ö&S<ş<<<Ş&U<ü<<<Ü"}
Version{"2.1"}
}
validSubLocales{
tr_TR{""}
}
}
}

View file

@ -3,16 +3,21 @@
// * Copyright (C) 2004 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
// * Date & Time: 2004/8/26 13:0
// * Source File: \work\locale\common\collation\\uk.xml
// * Source File: ../../../locale/common/collation/uk.xml
// *
// ***************************************************************************
/**
* ICU <specials> source: ../../../locale/icu/collation/uk.xml
*/
uk{
Version{"1.1.1"}
Version{"1.2"}
collations{
standard{
Sequence{"&Г<ґ<<<Ґ"}
Version{"1.0"}
}
validSubLocales{
uk_UA{""}
}
}
}

View file

@ -3,12 +3,14 @@
// * Copyright (C) 2004 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
// * Date & Time: 2004/8/26 13:0
// * Source File: \work\locale\common\collation\\vi.xml
// * Source File: ../../../locale/common/collation/vi.xml
// *
// ***************************************************************************
/**
* ICU <specials> source: ../../../locale/icu/collation/vi.xml
*/
vi{
Version{"1.1.1"}
Version{"1.2"}
collations{
standard{
Sequence{
@ -22,5 +24,8 @@ vi{
}
Version{"3.1"}
}
validSubLocales{
vi_VN{""}
}
}
}

File diff suppressed because it is too large Load diff

View file

@ -3,13 +3,12 @@
// * Copyright (C) 2004 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
// * Date & Time: 2004/8/26 13:1
// * Source File: \work\locale\common\collation\\zh_HK.xml
// * Source File: ../../../locale/common/collation/zh_HK.xml
// *
// ***************************************************************************
zh_HK{
Version{"1.1.1"}
Version{"1.2"}
collations{
default{"traditional"}
default{"stroke"}
}
}

View file

@ -3,13 +3,15 @@
// * Copyright (C) 2004 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
// * Date & Time: 2004/8/26 13:1
// * Source File: \work\locale\common\collation\\zh_Hant.xml
// * Source File: ../../../locale/common/collation/zh_Hant.xml
// *
// ***************************************************************************
/**
* ICU <specials> source: ../../../locale/icu/collation/zh_Hant.xml
*/
zh_Hant{
Version{"1.1.1"}
Version{"1.2"}
collations{
default{"traditional"}
default{"stroke"}
}
}

View file

@ -3,13 +3,12 @@
// * Copyright (C) 2004 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
// * Date & Time: 2004/8/26 13:1
// * Source File: \work\locale\common\collation\\zh_MO.xml
// * Source File: ../../../locale/common/collation/zh_MO.xml
// *
// ***************************************************************************
zh_MO{
Version{"1.1.1"}
Version{"1.2"}
collations{
default{"traditional"}
default{"stroke"}
}
}

View file

@ -3,13 +3,12 @@
// * Copyright (C) 2004 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
// * Date & Time: 2004/8/26 13:1
// * Source File: \work\locale\common\collation\\zh_TW.xml
// * Source File: ../../../locale/common/collation/zh_TW.xml
// *
// ***************************************************************************
zh_TW{
Version{"1.1.1"}
Version{"1.2"}
collations{
default{"traditional"}
default{"stroke"}
}
}

View file

@ -3,12 +3,10 @@
// * Copyright (C) 2004 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
// * Date & Time: 2004/8/25 19:9
// * Source File: \work\locale\common\collation\\zh_TW_STROKE.xml
// * Source File: deprecatedList.xml
// *
// ***************************************************************************
zh_TW_STROKE{
Version{"1.1.1"}
collations{
default{"stroke"}
}

View file

@ -1,13 +1,13 @@
// *******************************************************************************
// ***************************************************************************
// *
// * Copyright (C) 1997-2004, International Business Machines
// * Corporation and others. All Rights Reserved.
// * Copyright (C) 2004 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
// * Source File: deprecatedList.xml
// *
// *******************************************************************************
zh__PINYIN {
Version{ "1.0" }
collations {
default { "pinyin" }
// ***************************************************************************
zh__PINYIN{
collations{
default{"pinyin"}
}
}