OLD | NEW |
1 // *************************************************************************** | 1 // *************************************************************************** |
2 // * | 2 // * |
3 // * Copyright (C) 2010 International Business Machines | 3 // * Copyright (C) 2010 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/ta.xml | 6 // * Source File:<path>/common/main/ta.xml |
7 // * | 7 // * |
8 // *************************************************************************** | 8 // *************************************************************************** |
9 /** | 9 /** |
10 * ICU <specials> source: <path>/xml/main/ta.xml | 10 * ICU <specials> source: <path>/xml/main/ta.xml |
11 */ | 11 */ |
12 ta{ | 12 ta{ |
13 ExemplarCharacters{ | 13 ExemplarCharacters{ |
14 "[அ ஆ இ ஈ உ ஊ எ ஏ ஐ ஒ ஓ ஔ ஃ க ங ச ஞ ட ண த ந ப ம ய ர ல வ ழ ள ற ன ஜ ஷ ஸ ஹ
ா ி " | 14 "[அ ஆ இ ஈ உ ஊ எ ஏ ஐ ஒ ஓ ஔ ஃ க ங ச ஞ ட ண த ந ப ம ய ர ல வ ழ ள ற ன ஜ ஷ ஸ ஹ
ா ி " |
| 15 "\u200C \u200D" |
15 "\u0BC0 ு ூ ெ ே ை ொ ோ ௌ \u0BCD]" | 16 "\u0BC0 ு ூ ெ ே ை ொ ோ ௌ \u0BCD]" |
16 } | 17 } |
17 ExemplarCharactersCurrency{"[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]"} | 18 ExemplarCharactersCurrency{"[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]"} |
18 ExemplarCharactersIndex{ | 19 ExemplarCharactersIndex{ |
19 "[அ ஆ இ ஈ உ ஊ எ ஏ ஐ ஒ ஓ ஔ க ங ச ஞ ட ண த ந ப ம ய ர ல வ ழ ள ற ன ஜ ஶ ஷ ஸ ஹ
{க்ஷ}" | 20 "[அ ஆ இ ஈ உ ஊ எ ஏ ஐ ஒ ஓ ஔ க ங ச ஞ ட ண த ந ப ம ய ர ல வ ழ ள ற ன ஜ ஶ ஷ ஸ ஹ
{க்ஷ}" |
20 "]" | 21 "]" |
21 } | 22 } |
22 LocaleScript{ | 23 LocaleScript{ |
23 "Taml", | 24 "Taml", |
24 } | 25 } |
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
175 quotationEnd{"”"} | 176 quotationEnd{"”"} |
176 quotationStart{"“"} | 177 quotationStart{"“"} |
177 } | 178 } |
178 listPattern{ | 179 listPattern{ |
179 standard{ | 180 standard{ |
180 2{"{0} மற்றும் {1}"} | 181 2{"{0} மற்றும் {1}"} |
181 end{"{0} மற்றும் {1}"} | 182 end{"{0} மற்றும் {1}"} |
182 } | 183 } |
183 } | 184 } |
184 } | 185 } |
OLD | NEW |