]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/data/locales/en_US_POSIX.txt
ICU-64232.0.1.tar.gz
[apple/icu.git] / icuSources / data / locales / en_US_POSIX.txt
index f6bdacddf98afaeab53add1f4a2b7ca5b26b6447..9a69a4886073d01c3e09690e7eb2f2cc662b85f7 100644 (file)
@@ -1,35 +1,20 @@
-// ***************************************************************************
-// *
-// *   Copyright (C) 1997-2003, International Business Machines
-// *   Corporation and others.  All Rights Reserved.
-// *
-// ***************************************************************************
-
-// This is an invariant locale.
-// This has been also known as the C locale on Unix or the invariant locale in Windows.
-en_US_POSIX {
-    Version{ "2.0" }
-    // No grouping separators
-    NumberPatterns { 
-        "###0.###;-###0.###",
-        "\u00A4 ###0.00;-\u00A4 ###0.00",
-        "###0%",
-        "0.000000E+000",
+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html#License
+en_US_POSIX{
+    ExemplarCharactersNumbers{"[\\- , . / % + 0 1 2 3 4 5 6 7 8 9]"}
+    NumberElements{
+        latn{
+            patterns{
+                currencyFormat{"¤ 0.00"}
+                decimalFormat{"0.######"}
+                percentFormat{"0%"}
+                scientificFormat{"0.000000E+000"}
+            }
+            symbols{
+                infinity{"INF"}
+                perMille{"0/00"}
+            }
+        }
     }
-    NumberElements {
-        ".",
-        ",",
-        ";",
-        "%",
-        "0",
-        "#",
-        "-",
-        "E",
-        "0/00",
-        "INF",
-        "\uFFFD",
-        ".",
-    }
-//    LocaleString { "en_US_POSIX" }
-    LocaleID:int { 0x7F }
+    Version{"2.1.47.70"}
 }