// ***************************************************************************
// *
-// * Copyright (C) 2008 International Business Machines
-// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/en_US_POSIX.xml
+// * Copyright (C) 2013 International Business Machines
+// * Corporation and others. All Rights Reserved.
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/en_US_POSIX.xml
// *
// ***************************************************************************
/**
*/
en_US_POSIX{
NumberElements{
- ".",
- ",",
- ";",
- "%",
- "0",
- "#",
- "-",
- "E",
- "0/00",
- "INF",
- "NaN",
- "+",
+ latn{
+ patterns{
+ currencyFormat{"¤ #0.00"}
+ decimalFormat{"#0.######"}
+ percentFormat{"#0%"}
+ scientificFormat{"0.000000E+000"}
+ }
+ symbols{
+ infinity{"INF"}
+ perMille{"0/00"}
+ }
+ }
}
- NumberPatterns{
- "#0.######",
- "¤ #0.00",
- "#0%",
- "0.000000E+000",
- }
- Version{"1.55"}
+ Version{"2.0.82.45"}
}