| OLD | NEW |
| 1 // *************************************************************************** | 1 // *************************************************************************** |
| 2 // * | 2 // * |
| 3 // * Copyright (C) 2007 International Business Machines | 3 // * Copyright (C) 2007 International Business Machines |
| 4 // * Corporation and others. All Rights Reserved. | 4 // * Corporation and others. All Rights Reserved. |
| 5 // * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java | 5 // * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java |
| 6 // * Source File:<path>/common/main/gu.xml | 6 // * Source File:<path>/common/main/gu.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 /** | 9 /** |
| 10 * ICU <specials> source: <path>/xml/main/gu.xml | 10 * ICU <specials> source: <path>/xml/main/gu.xml |
| (...skipping 787 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 798 zza{"ઝાઝા"} | 798 zza{"ઝાઝા"} |
| 799 } | 799 } |
| 800 LocaleScript{ | 800 LocaleScript{ |
| 801 "Gujr", | 801 "Gujr", |
| 802 } | 802 } |
| 803 NumberElements{ | 803 NumberElements{ |
| 804 ".", | 804 ".", |
| 805 ",", | 805 ",", |
| 806 ";", | 806 ";", |
| 807 "%", | 807 "%", |
| 808 "૦", | 808 "0", |
| 809 "#", | 809 "#", |
| 810 "-", | 810 "-", |
| 811 "E", | 811 "E", |
| 812 "‰", | 812 "‰", |
| 813 "∞", | 813 "∞", |
| 814 "NaN", | 814 "NaN", |
| 815 "+", | 815 "+", |
| 816 } | 816 } |
| 817 NumberPatterns{ | 817 NumberPatterns{ |
| 818 "#,##,##0.###", | 818 "#,##,##0.###", |
| (...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 901 } | 901 } |
| 902 } | 902 } |
| 903 } | 903 } |
| 904 delimiters{ | 904 delimiters{ |
| 905 alternateQuotationEnd{"\""} | 905 alternateQuotationEnd{"\""} |
| 906 alternateQuotationStart{"\""} | 906 alternateQuotationStart{"\""} |
| 907 quotationEnd{"'"} | 907 quotationEnd{"'"} |
| 908 quotationStart{"'"} | 908 quotationStart{"'"} |
| 909 } | 909 } |
| 910 } | 910 } |
| OLD | NEW |