]>
Commit | Line | Data |
---|---|---|
b75a7d8f A |
1 | // *************************************************************************** |
2 | // * | |
3 | // * Copyright (C) 1997-2003, International Business Machines | |
4 | // * Corporation and others. All Rights Reserved. | |
5 | // * | |
6 | // *************************************************************************** | |
7 | ||
8 | // This is an invariant locale. | |
9 | // This has been also known as the C locale on Unix or the invariant locale in Windows. | |
10 | en_US_POSIX { | |
11 | Version{ "2.0" } | |
12 | // No grouping separators | |
13 | NumberPatterns { | |
14 | "###0.###;-###0.###", | |
15 | "\u00A4 ###0.00;-\u00A4 ###0.00", | |
16 | "###0%", | |
17 | "0.000000E+000", | |
18 | } | |
19 | NumberElements { | |
20 | ".", | |
21 | ",", | |
22 | ";", | |
23 | "%", | |
24 | "0", | |
25 | "#", | |
26 | "-", | |
27 | "E", | |
28 | "0/00", | |
29 | "INF", | |
30 | "\uFFFD", | |
31 | ".", | |
32 | } | |
33 | // LocaleString { "en_US_POSIX" } | |
34 | LocaleID:int { 0x7F } | |
35 | } |