| OLD | NEW |
| 1 // *************************************************************************** | 1 // *************************************************************************** |
| 2 // * | 2 // * |
| 3 // * Copyright (C) 2014 International Business Machines | 3 // * Copyright (C) 2015 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/mgo.xml | 6 // * Source File: <path>/common/main/mgo.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 /** | |
| 10 * ICU <specials> source: <path>/common/main/mgo.xml | |
| 11 */ | |
| 12 mgo{ | 9 mgo{ |
| 13 AuxExemplarCharacters{"[c h l q v x]"} | 10 AuxExemplarCharacters{"[c h l q v x]"} |
| 14 Ellipsis{ | 11 Ellipsis{ |
| 15 final{"{0}…"} | 12 final{"{0}…"} |
| 16 initial{"…{0}"} | 13 initial{"…{0}"} |
| 17 medial{"{0}…{1}"} | 14 medial{"{0}…{1}"} |
| 18 } | 15 } |
| 19 ExemplarCharacters{ | 16 ExemplarCharacters{ |
| 20 "[a à b {ch} d e è ə {ə\u0300} f g {gh} i ì j k m n ŋ o ò ɔ {ɔ\u0300} p
r s t" | 17 "[a à b {ch} d e è ə {ə\u0300} f g {gh} i ì j k m n ŋ o ò ɔ {ɔ\u0300} p
r s t" |
| 21 " u ù w y z ʼ]" | 18 " u ù w y z ʼ]" |
| 22 } | 19 } |
| 23 ExemplarCharactersIndex{"[A B {CH} D E Ə F G {GH} I J K M N Ŋ O Ɔ P R S T U
W Y Z ʼ]"} | 20 ExemplarCharactersIndex{"[A B {CH} D E Ə F G {GH} I J K M N Ŋ O Ɔ P R S T U
W Y Z ʼ]"} |
| 24 ExemplarCharactersPunctuation{"[, ; \\: ! ? . ' ‘ ’ \u0022 “ ”]"} | 21 ExemplarCharactersPunctuation{"[, ; \\: ! ? . ' ‘ ’ \u0022 “ ”]"} |
| 25 LocaleScript{ | |
| 26 "Latn", | |
| 27 } | |
| 28 MoreInformation{"?"} | 22 MoreInformation{"?"} |
| 29 NumberElements{ | 23 NumberElements{ |
| 30 default{"latn"} | 24 default{"latn"} |
| 31 latn{ | 25 latn{ |
| 32 patterns{ | 26 patterns{ |
| 33 currencyFormat{"¤ #,##0.00"} | 27 currencyFormat{"¤ #,##0.00"} |
| 34 decimalFormat{"#,##0.###"} | 28 decimalFormat{"#,##0.###"} |
| 35 percentFormat{"#,##0%"} | 29 percentFormat{"#,##0%"} |
| 36 scientificFormat{"#E0"} | 30 scientificFormat{"#E0"} |
| 37 } | 31 } |
| 38 symbols{ | 32 symbols{ |
| 39 decimal{"."} | 33 decimal{"."} |
| 40 exponential{"E"} | 34 exponential{"E"} |
| 41 group{","} | 35 group{","} |
| 42 infinity{"∞"} | 36 infinity{"∞"} |
| 43 list{";"} | 37 list{";"} |
| 44 minusSign{"-"} | 38 minusSign{"-"} |
| 45 nan{"NaN"} | 39 nan{"NaN"} |
| 46 perMille{"‰"} | 40 perMille{"‰"} |
| 47 percentSign{"%"} | 41 percentSign{"%"} |
| 48 plusSign{"+"} | 42 plusSign{"+"} |
| 49 } | 43 } |
| 50 } | 44 } |
| 51 native{"latn"} | 45 native{"latn"} |
| 52 } | 46 } |
| 53 Version{"2.1.6.69"} | 47 Version{"2.1.19.14"} |
| 54 calendar{ | 48 calendar{ |
| 55 generic{ | 49 generic{ |
| 56 DateTimePatterns{ | 50 DateTimePatterns{ |
| 57 "HH:mm:ss zzzz", | 51 "HH:mm:ss zzzz", |
| 58 "HH:mm:ss z", | 52 "HH:mm:ss z", |
| 59 "HH:mm:ss", | 53 "HH:mm:ss", |
| 60 "HH:mm", | 54 "HH:mm", |
| 61 "EEEE, G y MMMM dd", | 55 "EEEE, G y MMMM dd", |
| 62 "G y MMMM d", | 56 "G y MMMM d", |
| 63 "G y MMM d", | 57 "G y MMM d", |
| (...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 368 dn{"anəg agu nkap"} | 362 dn{"anəg agu nkap"} |
| 369 } | 363 } |
| 370 year{ | 364 year{ |
| 371 dn{"fituʼ"} | 365 dn{"fituʼ"} |
| 372 } | 366 } |
| 373 zone{ | 367 zone{ |
| 374 dn{"Zone"} | 368 dn{"Zone"} |
| 375 } | 369 } |
| 376 } | 370 } |
| 377 } | 371 } |
| OLD | NEW |