OLD | NEW |
(Empty) | |
| 1 <?xml version="1.0" encoding="UTF-8" ?> |
| 2 <!-- |
| 3 Copyright (c) 2010 International Business Machines Corporation and others. All
rights reserved. |
| 4 --> |
| 5 <!DOCTYPE ldml SYSTEM "http://www.unicode.org/repos/cldr/trunk/common/dtd/ldml.d
td" |
| 6 [ |
| 7 <!ENTITY % icu SYSTEM "http://www.unicode.org/repos/cldr/trunk/common/dtd/ldm
lICU.dtd"> |
| 8 %icu; |
| 9 ] |
| 10 > |
| 11 <ldml> |
| 12 <identity> |
| 13 <version number="$Revision: 1.30 $"/> |
| 14 <generation date="$Date: 2008/05/25 01:05:56 $"/> |
| 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> |
| 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 |
OLD | NEW |