1 <?xml version="1.0" encoding="UTF-8" ?>
   2 <!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
   3 <!-- Copyright © 1991-2014 Unicode, Inc.
   4 CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
   5 For terms of use, see http://www.unicode.org/copyright.html
   6 -->
   7 <ldml>
   8         <!-- This is a special purpose locale so that a user can request the C or POSIX
   9                  style formatting. This does not include grouping separators in numbers, nor
  10                  unusual characters for infinity or NaN. Some people have known this to be the
  11                  invariant locale, which is different from the root locale.
  12                  This locale should not be modified to create some sort of custom collation to
  13                  represent a specific codepage. Many users complained when the C locale was
  14                  being used, and multi-level UCA collation was expected.
  15         -->
  16         <identity>
  17                 <version number="$Revision: 10669 $"/>
  18                 <generation date="$Date: 2014-07-23 16:10:33 -0500 (Wed, 23 Jul 2014) $"/>
  19                 <language type="en"/>
  20                 <territory type="US"/>
  21                 <variant type="POSIX"/>
  22         </identity>
  23         <numbers>
  24                 <symbols numberSystem="latn">
  25                         <perMille>0/00</perMille>
  26                         <infinity>INF</infinity>
  27                 </symbols>
  28                 <decimalFormats numberSystem="latn">
  29                         <decimalFormatLength>
  30                                 <decimalFormat>
  31                                         <pattern>#0.######</pattern>
  32                                 </decimalFormat>
  33                         </decimalFormatLength>
  34                 </decimalFormats>
  35                 <scientificFormats numberSystem="latn">
  36                         <scientificFormatLength>
  37                                 <scientificFormat>
  38                                         <pattern>0.000000E+000</pattern>
  39                                 </scientificFormat>
  40                         </scientificFormatLength>
  41                 </scientificFormats>
  42                 <percentFormats numberSystem="latn">
  43                         <percentFormatLength>
  44                                 <percentFormat>
  45                                         <pattern>#0%</pattern>
  46                                 </percentFormat>
  47                         </percentFormatLength>
  48                 </percentFormats>
  49                 <currencyFormats numberSystem="latn">
  50                         <currencyFormatLength>
  51                                 <currencyFormat type="standard">
  52                                         <pattern>¤ #0.00</pattern>
  53                                 </currencyFormat>
  54                         </currencyFormatLength>
  55                 </currencyFormats>
  56         </numbers>
  57 </ldml>