8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 21:23:04 +01:00
firebird-mirror/extern/icu/source/data/locales/en_US_POSIX.txt
2005-05-27 22:45:31 +00:00

35 lines
818 B
Plaintext

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