1// ***************************************************************************
2// *
3// * Copyright (C) 2015 International Business Machines
4// * Corporation and others. All Rights Reserved.
5// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
6// * Source File: <path>/common/main/en_US_POSIX.xml
7// *
8// ***************************************************************************
9en_US_POSIX{
10    NumberElements{
11        latn{
12            patterns{
13                currencyFormat{"¤ #0.00"}
14                decimalFormat{"#0.######"}
15                percentFormat{"#0%"}
16                scientificFormat{"0.000000E+000"}
17            }
18            symbols{
19                infinity{"INF"}
20                perMille{"0/00"}
21            }
22        }
23    }
24    Version{"2.1.6.69"}
25}
26