scuffed-code/icu4c/source/data/locales/en_US_POSIX.txt

36 lines
871 B
Plaintext
Raw Normal View History

// ***************************************************************************
2001-02-14 01:00:30 +00:00
// *
// * Copyright (C) 1997-2002, International Business Machines
2001-02-14 01:00:30 +00:00
// * Corporation and others. All Rights Reserved.
// *
// ***************************************************************************
2001-02-14 01:00:30 +00:00
2001-10-30 01:02:33 +00:00
// This is an invariant locale.
// This has been also known as the C locale on Unix or the invariant locale in Windows.
2001-02-14 01:00:30 +00:00
en_US_POSIX {
Version{ "1.0" }
// No grouping separators
2001-02-14 01:00:30 +00:00
NumberPatterns {
"###0.###;-###0.###",
"\u00A4 ###0.00;-\u00A4 ###0.00",
"###0%",
"0.000000E+000",
2001-02-14 01:00:30 +00:00
}
NumberElements {
".",
",",
";",
"%",
"0",
"#",
"-",
"E",
"0/00",
"INF",
"\uFFFD",
".",
2001-02-14 01:00:30 +00:00
}
// LocaleString { "en_US_POSIX" }
LocaleID:int { 0x7F }
2001-02-14 01:00:30 +00:00
}