mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 17:24:01 +00:00
cldrbug 259: aux files for ICU gen
X-SVN-Rev: 16367
This commit is contained in:
parent
8e90ce724e
commit
d22234fe81
2 changed files with 48 additions and 0 deletions
18
icu4c/source/data/xml/deprecatedList.dtd
Normal file
18
icu4c/source/data/xml/deprecatedList.dtd
Normal file
|
@ -0,0 +1,18 @@
|
|||
<!--
|
||||
Copyright (c) 2004 International Business Machines Corporation and others. All rights reserved.
|
||||
|
||||
DTD for the ICU deprecated-locales list.
|
||||
-->
|
||||
|
||||
<!ELEMENT deprecatedList ( deprecates* ) >
|
||||
<!ATTLIST deprecatedList version CDATA #FIXED "1.0" >
|
||||
|
||||
<!ELEMENT deprecates ( alias* ) >
|
||||
<!ATTLIST deprecates type NMTOKEN #REQUIRED >
|
||||
|
||||
<!ELEMENT alias EMPTY >
|
||||
<!ATTLIST alias from CDATA #REQUIRED >
|
||||
<!ATTLIST alias to CDATA #REQUIRED >
|
||||
<!ATTLIST alias xpath CDATA #IMPLIED >
|
||||
|
||||
|
30
icu4c/source/data/xml/deprecatedList.xml
Normal file
30
icu4c/source/data/xml/deprecatedList.xml
Normal file
|
@ -0,0 +1,30 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE deprecatedList SYSTEM "deprecatedList.dtd" >
|
||||
<deprecatedList>
|
||||
<deprecates type="collation">
|
||||
<alias from="de__PHONEBOOK" to="de@collation=phonebook" xpath="//ldml/collations/default[type='phonebook']"/>
|
||||
<alias from="es__TRADITIONAL" to="es@collation=traditional" xpath="//ldml/collations/default[type='traditional']"/>
|
||||
<alias from="hi__DIRECT" to="hi@collation=direct" xpath="//ldml/collations/default[type='direct']"/>
|
||||
<alias from="zh__PINYIN" to="zh@collation=pinyin" xpath="//ldml/collations/default[type='pinyin']"/>
|
||||
<alias from="zh_TW_STROKE" to="zh@collation=stroke" xpath="//ldml/collations/default[type='stroke']"/>
|
||||
</deprecates>
|
||||
<deprecates type="main" >
|
||||
<alias from="in" to="id" />
|
||||
<alias from="in_ID" to="id_ID" />
|
||||
<alias from="iw" to="he" />
|
||||
<alias from="iw_IL" to="he_IL" />
|
||||
<alias from="ja_JP_TRADITIONAL" to="ja_JP@calendar=japanese" xpath="//ldml/dates/calendars/default[type='japanese']"/>
|
||||
<alias from="ji" to="yi" />
|
||||
<alias from="jw" to="jv"/>
|
||||
<alias from="no_NO" to="nb_NO"/>
|
||||
<alias from="no_NO_NY" to="nn_NO" />
|
||||
<alias from="sh" to="sr" />
|
||||
<alias from="sh_YU" to="sr_YU" />
|
||||
<alias from="th_TH_TRADITIONAL" to="th_TH@calendar=buddhist" xpath="//ldml/dates/calendars/default[type='buddhist']" />
|
||||
<alias from="zh_CN" to="zh_Hans_CN" />
|
||||
<alias from="zh_HK" to="zh_Hant_HK" />
|
||||
<alias from="zh_MO" to="zh_Hant_MO" />
|
||||
<alias from="zh_SG" to="zh_Hans_SG" />
|
||||
<alias from="zh_TW" to="zh_Hant_TW" />
|
||||
</deprecates>
|
||||
</deprecatedList>
|
Loading…
Add table
Reference in a new issue