2012-08-21 18:00:30 +00:00
|
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
|
|
|
|
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
|
2023-04-17 16:35:36 +00:00
|
|
|
|
<!-- Copyright © 1991-2023 Unicode, Inc.
|
2015-06-24 23:42:11 +00:00
|
|
|
|
For terms of use, see http://www.unicode.org/copyright.html
|
2022-04-11 15:59:12 +00:00
|
|
|
|
SPDX-License-Identifier: Unicode-DFS-2016
|
2018-06-15 06:28:34 +00:00
|
|
|
|
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
|
2015-06-24 23:42:11 +00:00
|
|
|
|
-->
|
2012-08-21 18:00:30 +00:00
|
|
|
|
<ldml>
|
|
|
|
|
<identity>
|
2019-10-28 18:06:17 +00:00
|
|
|
|
<version number="$Revision$"/>
|
2012-08-21 18:00:30 +00:00
|
|
|
|
<language type="en"/>
|
|
|
|
|
<territory type="US"/>
|
|
|
|
|
<variant type="POSIX"/>
|
|
|
|
|
</identity>
|
2018-06-15 06:28:34 +00:00
|
|
|
|
<characters>
|
2019-10-28 18:06:17 +00:00
|
|
|
|
<exemplarCharacters type="numbers">[\- ‑ , . / % + 0 1 2 3 4 5 6 7 8 9]</exemplarCharacters>
|
2018-06-15 06:28:34 +00:00
|
|
|
|
</characters>
|
2012-08-21 18:00:30 +00:00
|
|
|
|
<numbers>
|
|
|
|
|
<symbols numberSystem="latn">
|
|
|
|
|
<perMille>0/00</perMille>
|
|
|
|
|
<infinity>INF</infinity>
|
|
|
|
|
</symbols>
|
|
|
|
|
<decimalFormats numberSystem="latn">
|
|
|
|
|
<decimalFormatLength>
|
|
|
|
|
<decimalFormat>
|
2018-06-15 06:28:34 +00:00
|
|
|
|
<pattern>0.######</pattern>
|
2012-08-21 18:00:30 +00:00
|
|
|
|
</decimalFormat>
|
|
|
|
|
</decimalFormatLength>
|
|
|
|
|
</decimalFormats>
|
|
|
|
|
<scientificFormats numberSystem="latn">
|
|
|
|
|
<scientificFormatLength>
|
|
|
|
|
<scientificFormat>
|
|
|
|
|
<pattern>0.000000E+000</pattern>
|
|
|
|
|
</scientificFormat>
|
|
|
|
|
</scientificFormatLength>
|
|
|
|
|
</scientificFormats>
|
|
|
|
|
<percentFormats numberSystem="latn">
|
|
|
|
|
<percentFormatLength>
|
|
|
|
|
<percentFormat>
|
2018-06-15 06:28:34 +00:00
|
|
|
|
<pattern>0%</pattern>
|
2012-08-21 18:00:30 +00:00
|
|
|
|
</percentFormat>
|
|
|
|
|
</percentFormatLength>
|
|
|
|
|
</percentFormats>
|
|
|
|
|
<currencyFormats numberSystem="latn">
|
|
|
|
|
<currencyFormatLength>
|
2015-06-24 23:42:11 +00:00
|
|
|
|
<currencyFormat type="standard">
|
2018-06-15 06:28:34 +00:00
|
|
|
|
<pattern>¤ 0.00</pattern>
|
2012-08-21 18:00:30 +00:00
|
|
|
|
</currencyFormat>
|
|
|
|
|
</currencyFormatLength>
|
|
|
|
|
</currencyFormats>
|
|
|
|
|
</numbers>
|
|
|
|
|
</ldml>
|