1<?xml version="1.0" encoding="UTF-8" ?> 2<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> 3<!-- Copyright © 1991-2020 Unicode, Inc. 4For terms of use, see http://www.unicode.org/copyright.html 5Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries. 6CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/) 7--> 8<ldml> 9 <identity> 10 <version number="$Revision$"/> 11 <language type="en"/> 12 <territory type="US"/> 13 <variant type="POSIX"/> 14 </identity> 15 <characters> 16 <exemplarCharacters type="numbers">[\- ‑ , . / % + 0 1 2 3 4 5 6 7 8 9]</exemplarCharacters> 17 </characters> 18 <numbers> 19 <symbols numberSystem="latn"> 20 <perMille>0/00</perMille> 21 <infinity>INF</infinity> 22 </symbols> 23 <decimalFormats numberSystem="latn"> 24 <decimalFormatLength> 25 <decimalFormat> 26 <pattern>0.######</pattern> 27 </decimalFormat> 28 </decimalFormatLength> 29 </decimalFormats> 30 <scientificFormats numberSystem="latn"> 31 <scientificFormatLength> 32 <scientificFormat> 33 <pattern>0.000000E+000</pattern> 34 </scientificFormat> 35 </scientificFormatLength> 36 </scientificFormats> 37 <percentFormats numberSystem="latn"> 38 <percentFormatLength> 39 <percentFormat> 40 <pattern>0%</pattern> 41 </percentFormat> 42 </percentFormatLength> 43 </percentFormats> 44 <currencyFormats numberSystem="latn"> 45 <currencyFormatLength> 46 <currencyFormat type="standard"> 47 <pattern>¤ 0.00</pattern> 48 </currencyFormat> 49 </currencyFormatLength> 50 </currencyFormats> 51 </numbers> 52</ldml> 53