| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- <?xml version="1.0" encoding="UTF-8" ?>
- <!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
- <ldml>
- <identity>
- <version number="$Revision: 1.61 $"/>
- <generation date="$Date: 2009/05/05 23:06:35 $"/>
- <language type="en"/>
- <territory type="HK"/>
- </identity>
- <dates>
- <calendars>
- <calendar type="japanese">
- <eras>
- <eraAbbr>
- <era type="161">Bunchū</era>
- <era type="165">Genchū</era>
- </eraAbbr>
- </eras>
- <dateFormats>
- <dateFormatLength type="full">
- <dateFormat>
- <pattern>EEEE, MMMM d, y G</pattern>
- </dateFormat>
- </dateFormatLength>
- <dateFormatLength type="long">
- <dateFormat>
- <pattern>MMMM d, y G</pattern>
- </dateFormat>
- </dateFormatLength>
- <dateFormatLength type="medium">
- <dateFormat>
- <pattern>MMM d, y G</pattern>
- </dateFormat>
- </dateFormatLength>
- <dateFormatLength type="short">
- <dateFormat>
- <pattern>G M/d/yy</pattern>
- </dateFormat>
- </dateFormatLength>
- </dateFormats>
- </calendar>
- </calendars>
- </dates>
- <numbers>
- <currencies>
- <currency type="HKD">
- <symbol>$</symbol>
- </currency>
- <currency type="USD">
- <symbol>US$</symbol>
- </currency>
- </currencies>
- </numbers>
- </ldml>
|