| OLD | NEW |
| 1 // *************************************************************************** | 1 // *************************************************************************** |
| 2 // * | 2 // * |
| 3 // * Copyright (C) 2013 International Business Machines | 3 // * Copyright (C) 2013 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/kn.xml | 6 // * Source File: <path>/common/main/kn.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 /** | 9 /** |
| 10 * ICU <specials> source: <path>/common/main/kn.xml | 10 * ICU <specials> source: <path>/common/main/kn.xml |
| (...skipping 621 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 632 "ಗೊತ್ತಿಲ್ಲದ ಕರೆನ್ಸಿ", | 632 "ಗೊತ್ತಿಲ್ಲದ ಕರೆನ್ಸಿ", |
| 633 } | 633 } |
| 634 YER{ | 634 YER{ |
| 635 "YER", | 635 "YER", |
| 636 "ಯೆಮನಿ ರಿಯಲ್", | 636 "ಯೆಮನಿ ರಿಯಲ್", |
| 637 } | 637 } |
| 638 ZAR{ | 638 ZAR{ |
| 639 "ZAR", | 639 "ZAR", |
| 640 "ದಕ್ಷಿಣ ಆಫ್ರಿಕನ್ ರಾಂಡ್", | 640 "ದಕ್ಷಿಣ ಆಫ್ರಿಕನ್ ರಾಂಡ್", |
| 641 } | 641 } |
| 642 ZMK{ | |
| 643 "ZMK", | |
| 644 "ಜಾಂಬಿಯಾ ಕ್ವಾಚ (1968–2012)", | |
| 645 } | |
| 646 ZMW{ | 642 ZMW{ |
| 647 "ZMW", | 643 "ZMW", |
| 648 "ಜಾಂಬಿಯಾ ಕ್ವಾಚ", | 644 "ಜಾಂಬಿಯಾ ಕ್ವಾಚ", |
| 649 } | 645 } |
| 650 } | 646 } |
| 651 CurrencyPlurals{ | 647 CurrencyPlurals{ |
| 652 BMD{ | 648 BMD{ |
| 653 one{"ಬರ್ಮುಡನ್ ಡಾಲರ್"} | 649 one{"ಬರ್ಮುಡನ್ ಡಾಲರ್"} |
| 654 other{"ಬರ್ಮುಡನ್ ಡಾಲರ್"} | 650 other{"ಬರ್ಮುಡನ್ ಡಾಲರ್"} |
| 655 } | 651 } |
| (...skipping 13 matching lines...) Expand all Loading... |
| 669 one{"ಗೊತ್ತಿಲ್ಲದ ಕರೆನ್ಸಿ"} | 665 one{"ಗೊತ್ತಿಲ್ಲದ ಕರೆನ್ಸಿ"} |
| 670 other{"ಗೊತ್ತಿಲ್ಲದ ಕರೆನ್ಸಿ"} | 666 other{"ಗೊತ್ತಿಲ್ಲದ ಕರೆನ್ಸಿ"} |
| 671 } | 667 } |
| 672 } | 668 } |
| 673 CurrencyUnitPatterns{ | 669 CurrencyUnitPatterns{ |
| 674 one{"{0} {1}"} | 670 one{"{0} {1}"} |
| 675 other{"{0} {1}"} | 671 other{"{0} {1}"} |
| 676 } | 672 } |
| 677 Version{"2.0.92.87"} | 673 Version{"2.0.92.87"} |
| 678 } | 674 } |
| OLD | NEW |