scuffed-code/icu4c/source/data/xml/main/en_US.xml
Ram Viswanadha eef590318a fix bugs Mark found
X-SVN-Rev: 12571
2003-06-27 23:20:53 +00:00

46 lines
1.1 KiB
XML

<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldml.dtd"
[
<!ENTITY % icu SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldmlICU.dtd">
%icu;
]
>
<ldml>
<identity>
<version number="2.0"/>
<generation date="2003-06-26" />
<language type="en" />
<territory type="US" />
</identity>
<numbers>
<decimalFormats>
<decimalFormatLength >
<decimalFormat >
<pattern>#,##0.###;-#,##0.###</pattern>
</decimalFormat>
</decimalFormatLength >
</decimalFormats>
<scientificFormats>
<scientificFormatLength >
<scientificFormat >
<pattern>#E0</pattern>
</scientificFormat>
</scientificFormatLength >
</scientificFormats>
<percentFormats>
<percentFormatLength >
<percentFormat >
<pattern>#,##0%</pattern>
</percentFormat>
</percentFormatLength >
</percentFormats>
<currencyFormats>
<currencyFormatLength >
<currencyFormat >
<pattern>¤#,##0.00;(¤#,##0.00)</pattern>
</currencyFormat>
</currencyFormatLength >
</currencyFormats>
</numbers>
</ldml>