blob: 95bd1f297987831c60ff6a75caf48880d43513b0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "http://www.unicode.org/cldr/data/dtd/ldml.dtd">
<ldml>
<identity>
<version number="$Revision: 1.44 $"/>
<generation date="$Date: 2006/12/08 16:29:36 $"/>
<language type="en"/>
<territory type="US"/>
</identity>
<numbers>
<currencyFormats>
<currencyFormatLength>
<currencyFormat>
<pattern>¤#,##0.00;(¤#,##0.00)</pattern>
</currencyFormat>
</currencyFormatLength>
</currencyFormats>
<currencies>
<currency type="USD">
<symbol>$</symbol>
</currency>
</currencies>
</numbers>
</ldml>
<!-- Old Comments. See root.xml for more info.
URL: http://oss.software.ibm.com/cvs/icu/icu/source/data/locales/en_US.txt?only_with_tag=final-update-LDML
the PaperSize units are in mm
these values are not exact .. they are rounded off
279, // height
216 // width
MeasurementSystem:int{ 1 } // US system
-->
|