summaryrefslogtreecommitdiffstats
path: root/intl/icu/source/data/locales/en_US_POSIX.txt
blob: dc9dbe89fcfc755f14ce83973e10de1b246f9a4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License
en_US_POSIX{
    NumberElements{
        latn{
            patterns{
                currencyFormat{"¤ #0.00"}
                decimalFormat{"#0.######"}
                percentFormat{"#0%"}
                scientificFormat{"0.000000E+000"}
            }
            symbols{
                infinity{"INF"}
                perMille{"0/00"}
            }
        }
    }
    Version{"2.1.27.40"}
}