| 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/ksh.xml | 6 // * Source File: <path>/common/main/ksh.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 /** | |
| 10 * ICU <specials> source: <path>/common/main/ksh.xml | |
| 11 */ | |
| 12 ksh{ | 9 ksh{ |
| 13 AuxExemplarCharacters{"[á à ă â ã ā ç é è ĕ ê ē ğ í ì ĭ î ï ī ij ı ł ñ ó ò ŏ
ô ø ō ú ù ŭ û ū ÿ]"} | 10 AuxExemplarCharacters{"[á à ă â ã ā ç é è ĕ ê ē ğ í ì ĭ î ï ī ij ı ł ñ ó ò ŏ
ô ø ō ú ù ŭ û ū ÿ]"} |
| 14 ExemplarCharacters{"[a å ä æ b c d e ë ė f g h i j k l m n o ö œ p q r s ß t
u ů ü v w x y z]"} | 11 ExemplarCharacters{"[a å ä æ b c d e ë ė f g h i j k l m n o ö œ p q r s ß t
u ů ü v w x y z]"} |
| 15 ExemplarCharactersIndex{"[A B C D E F G H I J K L M N O P Q R S T U V W X Y
Z]"} | 12 ExemplarCharactersIndex{"[A B C D E F G H I J K L M N O P Q R S T U V W X Y
Z]"} |
| 16 ExemplarCharactersPunctuation{ | 13 ExemplarCharactersPunctuation{ |
| 17 "[_ ‐ – — ⸗ , ; \\: ! ? . … ' ‘ ‚ \u0022 “ „ ( ) \\[ \\] \\{ \\} § @ * /
\\& " | 14 "[_ ‐ – — ⸗ , ; \\: ! ? . … ' ‘ ‚ \u0022 “ „ ( ) \\[ \\] \\{ \\} § @ * /
\\& " |
| 18 "# % † ‡ ° < = > ~ \$]" | 15 "# % † ‡ ° < = > ~ \$]" |
| 19 } | 16 } |
| 20 LocaleScript{ | |
| 21 "Latn", | |
| 22 } | |
| 23 NumberElements{ | 17 NumberElements{ |
| 24 latn{ | 18 latn{ |
| 25 patterns{ | 19 patterns{ |
| 26 currencyFormat{"#,##0.00 ¤"} | 20 currencyFormat{"#,##0.00 ¤"} |
| 27 decimalFormat{"#,##0.###"} | 21 decimalFormat{"#,##0.###"} |
| 28 percentFormat{"#,##0 %"} | 22 percentFormat{"#,##0 %"} |
| 29 scientificFormat{"#E0"} | 23 scientificFormat{"#E0"} |
| 30 } | 24 } |
| 31 patternsLong{ | 25 patternsLong{ |
| 32 decimalFormat{ | 26 decimalFormat{ |
| (...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 163 infinity{"∞"} | 157 infinity{"∞"} |
| 164 list{";"} | 158 list{";"} |
| 165 minusSign{"−"} | 159 minusSign{"−"} |
| 166 nan{"¤¤¤"} | 160 nan{"¤¤¤"} |
| 167 perMille{"‰"} | 161 perMille{"‰"} |
| 168 percentSign{"%"} | 162 percentSign{"%"} |
| 169 plusSign{"+"} | 163 plusSign{"+"} |
| 170 } | 164 } |
| 171 } | 165 } |
| 172 } | 166 } |
| 173 Version{"2.1.7.53"} | 167 Version{"2.1.19.14"} |
| 174 calendar{ | 168 calendar{ |
| 175 buddhist{ | 169 buddhist{ |
| 176 DateTimePatterns{ | 170 DateTimePatterns{ |
| 177 "HH:mm:ss zzzz", | 171 "HH:mm:ss zzzz", |
| 178 "HH:mm:ss z", | 172 "HH:mm:ss z", |
| 179 "HH:mm:ss", | 173 "HH:mm:ss", |
| 180 "HH:mm", | 174 "HH:mm", |
| 181 "EEEE, d. MMMM y G", | 175 "EEEE, d. MMMM y G", |
| 182 "d. MMMM y G", | 176 "d. MMMM y G", |
| 183 "d. MMM. y G", | 177 "d. MMM. y G", |
| (...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 364 "Su", | 358 "Su", |
| 365 "Mo", | 359 "Mo", |
| 366 "Di", | 360 "Di", |
| 367 "Me", | 361 "Me", |
| 368 "Du", | 362 "Du", |
| 369 "Fr", | 363 "Fr", |
| 370 "Sa", | 364 "Sa", |
| 371 } | 365 } |
| 372 } | 366 } |
| 373 } | 367 } |
| 368 dayPeriod{ |
| 369 stand-alone{ |
| 370 wide{ |
| 371 am{"Vormittag"} |
| 372 pm{"Nachmittag"} |
| 373 } |
| 374 } |
| 375 } |
| 374 eras{ | 376 eras{ |
| 375 abbreviated{ | 377 abbreviated{ |
| 376 "v. Chr.", | 378 "v. Chr.", |
| 377 "n. Chr.", | 379 "n. Chr.", |
| 378 } | 380 } |
| 379 abbreviated%variant{ | 381 abbreviated%variant{ |
| 380 "v. d. Z.", | 382 "v. d. Z.", |
| 381 "d. Z.", | 383 "d. Z.", |
| 382 } | 384 } |
| 383 narrow{ | 385 narrow{ |
| (...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 516 } | 518 } |
| 517 } | 519 } |
| 518 } | 520 } |
| 519 } | 521 } |
| 520 delimiters{ | 522 delimiters{ |
| 521 alternateQuotationEnd{"‘"} | 523 alternateQuotationEnd{"‘"} |
| 522 alternateQuotationStart{"‚"} | 524 alternateQuotationStart{"‚"} |
| 523 quotationEnd{"“"} | 525 quotationEnd{"“"} |
| 524 quotationStart{"„"} | 526 quotationStart{"„"} |
| 525 } | 527 } |
| 526 durationUnits{ | |
| 527 hm{"h:mm"} | |
| 528 hms{"h:mm:ss"} | |
| 529 ms{"m:ss"} | |
| 530 } | |
| 531 fields{ | 528 fields{ |
| 532 day{ | 529 day{ |
| 533 dn{"Daach"} | 530 dn{"Daach"} |
| 534 relative{ | 531 relative{ |
| 535 "-1"{"jestere"} | 532 "-1"{"jestere"} |
| 536 "-2"{"vörjestere"} | 533 "-2"{"vörjestere"} |
| 537 "0"{"hück"} | 534 "0"{"hück"} |
| 538 "1"{"morje"} | 535 "1"{"morje"} |
| 539 "2"{"övvermorje"} | 536 "2"{"övvermorje"} |
| 540 } | 537 } |
| (...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 659 middle{"{0}, {1}"} | 656 middle{"{0}, {1}"} |
| 660 start{"{0}, {1}"} | 657 start{"{0}, {1}"} |
| 661 } | 658 } |
| 662 } | 659 } |
| 663 measurementSystemNames{ | 660 measurementSystemNames{ |
| 664 UK{"änglesch"} | 661 UK{"änglesch"} |
| 665 US{"ammärekaanesch"} | 662 US{"ammärekaanesch"} |
| 666 metric{"SI"} | 663 metric{"SI"} |
| 667 } | 664 } |
| 668 } | 665 } |
| OLD | NEW |