blob: 7f00dd03851bce96aaf59fa593fd75d08a5a5c3f [file] [log] [blame]
// ***************************************************************************
// *
// * Copyright (C) 1997-2004, 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",
}
NumberElements {
".",
",",
";",
"%",
"0",
"#",
"-",
"E",
"0/00",
"INF",
"NaN",
".",
"+",
}
}