OLD | NEW |
1 // *************************************************************************** | 1 // *************************************************************************** |
2 // * | 2 // * |
3 // * Copyright (C) 2013 International Business Machines | 3 // * Copyright (C) 2014 International Business Machines |
4 // * Corporation and others. All Rights Reserved. | 4 // * Corporation and others. All Rights Reserved. |
5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter | 5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter |
6 // * Source File: <path>/common/main/en_001.xml | 6 // * Source File: <path>/common/main/en_001.xml |
7 // * | 7 // * |
8 // *************************************************************************** | 8 // *************************************************************************** |
9 en_001{ | 9 en_001{ |
10 Version{"2.0.91.92"} | 10 Version{"2.1.6.69"} |
11 unitsNarrow{ | 11 unitsNarrow{ |
| 12 temperature{ |
| 13 celsius{ |
| 14 one{"{0}°"} |
| 15 other{"{0}°"} |
| 16 } |
| 17 fahrenheit{ |
| 18 one{"{0}°F"} |
| 19 other{"{0}°F"} |
| 20 } |
| 21 } |
12 } | 22 } |
13 } | 23 } |
OLD | NEW |