-// ***************************************************************************
-// *
-// * 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"}
}