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