blob: 5e164896783581b45fa9b3f23d620cc0bcae4888 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
// © 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"}
}
}
}
Version{"37"}
}
|