]>
Commit | Line | Data |
---|---|---|
73c04bcf A |
1 | <?xml version="1.0" encoding="UTF-8" ?> |
2 | <!-- | |
46f4442e | 3 | Copyright (c) 2002-2008 International Business Machines Corporation and others. All rights reserved. |
73c04bcf | 4 | --> |
46f4442e | 5 | <!DOCTYPE ldml SYSTEM "http://www.unicode.org/cldr/dtd/1.6/ldml.dtd" |
73c04bcf | 6 | [ |
46f4442e | 7 | <!ENTITY % icu SYSTEM " http://www.unicode.org/cldr/dtd/1.6/ldmlICU.dtd"> |
73c04bcf A |
8 | %icu; |
9 | ] | |
10 | > | |
11 | <ldml> | |
46f4442e A |
12 | <identity> |
13 | <version number="$Revision: 1.1.1.4 $"/> | |
14 | <generation date="$Date: 2008/07/11 18:53:28 $"/> | |
15 | <language type="root"/> | |
16 | </identity> | |
17 | <characters> | |
18 | <special xmlns:icu="http://www.icu-project.org/"> | |
19 | <icu:scripts> | |
20 | <icu:script type="1">Zyyy</icu:script> | |
21 | </icu:scripts> | |
22 | </special> | |
23 | </characters> | |
73c04bcf A |
24 | <dates> |
25 | <calendars> | |
26 | <calendar type="chinese"> | |
27 | <special xmlns:icu="http://www.icu-project.org/"> | |
28 | <!-- | |
29 | IsLeapMonth { | |
30 | "", | |
31 | "*" | |
32 | } | |
33 | --> | |
34 | <icu:isLeapMonth> | |
35 | <icu:nonLeapSymbol/> | |
36 | <icu:leapSymbol>*</icu:leapSymbol> | |
37 | </icu:isLeapMonth> | |
38 | </special> | |
39 | </calendar> | |
40 | </calendars> | |
41 | <timeZoneNames> | |
42 | <zone type=""> | |
43 | <long> | |
44 | <standard/> | |
45 | <daylight/> | |
46 | </long> | |
47 | <short> | |
48 | <standard/> | |
49 | <daylight/> | |
50 | </short> | |
51 | <exemplarCity/> | |
52 | </zone> | |
53 | </timeZoneNames> | |
54 | </dates> | |
55 | </ldml> | |
56 |