2016-05-31 13:00:48 +09:00
|
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
|
|
|
|
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
|
2019-05-08 12:45:02 -07:00
|
|
|
|
<!-- Copyright © 1991-2019 Unicode, Inc.
|
2016-05-31 13:00:48 +09:00
|
|
|
|
For terms of use, see http://www.unicode.org/copyright.html
|
2018-06-15 11:58:34 +05:30
|
|
|
|
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
|
|
|
|
|
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
|
2016-05-31 13:00:48 +09:00
|
|
|
|
-->
|
|
|
|
|
<ldml>
|
|
|
|
|
<identity>
|
2019-10-28 11:06:17 -07:00
|
|
|
|
<version number="$Revision$"/>
|
2016-05-31 13:00:48 +09:00
|
|
|
|
<language type="en"/>
|
|
|
|
|
<territory type="DE"/>
|
|
|
|
|
</identity>
|
|
|
|
|
<numbers>
|
|
|
|
|
<symbols numberSystem="latn">
|
2019-05-08 12:45:02 -07:00
|
|
|
|
<decimal>,</decimal>
|
|
|
|
|
<group>.</group>
|
2016-05-31 13:00:48 +09:00
|
|
|
|
<superscriptingExponent>·</superscriptingExponent>
|
|
|
|
|
</symbols>
|
|
|
|
|
<percentFormats numberSystem="latn">
|
|
|
|
|
<percentFormatLength>
|
|
|
|
|
<percentFormat>
|
|
|
|
|
<pattern>#,##0 %</pattern>
|
|
|
|
|
</percentFormat>
|
|
|
|
|
</percentFormatLength>
|
|
|
|
|
</percentFormats>
|
|
|
|
|
</numbers>
|
|
|
|
|
</ldml>
|