summaryrefslogtreecommitdiffstats
path: root/intl/icu/source/data/locales/en_US_POSIX.txt
blob: 1210b7bb1bc47e0626826815c957c4a33406f442 (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"}
}