| OLD | NEW |
| 1 // *************************************************************************** | 1 // *************************************************************************** |
| 2 // * | 2 // * |
| 3 // * Copyright (C) 2014 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_FK.xml | 6 // * Source File: <path>/common/main/en_FK.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 en_FK{ | 9 en_FK{ |
| 10 %%Parent{"en_GB"} | 10 %%Parent{"en_GB"} |
| 11 Currencies{ | 11 Currencies{ |
| 12 FKP{ | |
| 13 "£", | |
| 14 "Falkland Islands Pound", | |
| 15 } | |
| 16 GBP{ | 12 GBP{ |
| 17 "GB£", | 13 "GB£", |
| 18 "British Pound Sterling", | 14 "British Pound Sterling", |
| 19 } | 15 } |
| 20 } | 16 } |
| 21 Version{"2.1.6.69"} | 17 Version{"2.1.6.69"} |
| 22 } | 18 } |
| OLD | NEW |