]>
Commit | Line | Data |
---|---|---|
51004dcb A |
1 | // *************************************************************************** |
2 | // * | |
2ca993e8 | 3 | // * Copyright (C) 2016 International Business Machines |
51004dcb | 4 | // * Corporation and others. All Rights Reserved. |
2ca993e8 A |
5 | // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter |
6 | // * Source File: <path>/common/main/en_AT.xml | |
51004dcb A |
7 | // * |
8 | // *************************************************************************** | |
9 | en_AT{ | |
10 | %%Parent{"en_150"} | |
11 | NumberElements{ | |
12 | latn{ | |
13 | patterns{ | |
2ca993e8 | 14 | accountingFormat{"¤ #,##0.00"} |
51004dcb | 15 | currencyFormat{"¤ #,##0.00"} |
2ca993e8 A |
16 | percentFormat{"#,##0 %"} |
17 | } | |
18 | symbols{ | |
19 | superscriptingExponent{"·"} | |
51004dcb A |
20 | } |
21 | } | |
22 | } | |
2ca993e8 | 23 | Version{"2.1.23.47"} |
51004dcb | 24 | } |