2012-08-21 18:00:30 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
|
|
|
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
|
2024-04-25 16:19:51 +00:00
|
|
|
<!-- Copyright © 1991-2024 Unicode, Inc.
|
2015-06-24 23:42:11 +00:00
|
|
|
For terms of use, see http://www.unicode.org/copyright.html
|
2024-04-25 16:19:51 +00:00
|
|
|
SPDX-License-Identifier: Unicode-3.0
|
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$"/>
|
2016-05-31 04:00:48 +00:00
|
|
|
<language type="en"/>
|
|
|
|
<territory type="SI"/>
|
2012-08-21 18:00:30 +00:00
|
|
|
</identity>
|
|
|
|
<numbers>
|
|
|
|
<symbols numberSystem="latn">
|
2019-05-08 19:45:02 +00:00
|
|
|
<decimal>,</decimal>
|
|
|
|
<group>.</group>
|
2016-05-31 04:00:48 +00:00
|
|
|
<exponential>e</exponential>
|
2012-08-21 18:00:30 +00:00
|
|
|
</symbols>
|
|
|
|
<currencyFormats numberSystem="latn">
|
|
|
|
<currencyFormatLength>
|
2016-05-31 04:00:48 +00:00
|
|
|
<currencyFormat type="accounting">
|
|
|
|
<pattern>#,##0.00 ¤;(#,##0.00 ¤)</pattern>
|
2012-08-21 18:00:30 +00:00
|
|
|
</currencyFormat>
|
|
|
|
</currencyFormatLength>
|
|
|
|
</currencyFormats>
|
|
|
|
</numbers>
|
|
|
|
</ldml>
|