| 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/te.xml | 6 // * Source File: <path>/common/main/te.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 /** | 9 /** |
| 10 * ICU <specials> source: <path>/common/main/te.xml | 10 * ICU <specials> source: <path>/common/main/te.xml |
| 11 */ | 11 */ |
| 12 te{ | 12 te{ |
| 13 AuxExemplarCharacters{"[\u200C\u200D ౦ ౧ ౨ ౩ ౪ ౫ ౬ ౭ ౮ ౯]"} | 13 AuxExemplarCharacters{"[\u200C\u200D ౦ ౧ ౨ ౩ ౪ ౫ ౬ ౭ ౮ ౯]"} |
| 14 Ellipsis{ | 14 Ellipsis{ |
| 15 final{"{0}…"} | 15 final{"{0}…"} |
| 16 initial{"…{0}"} | 16 initial{"…{0}"} |
| 17 medial{"{0}…{1}"} | 17 medial{"{0}…{1}"} |
| 18 word-final{"{0} …"} | 18 word-final{"{0} …"} |
| 19 word-initial{"… {0}"} | 19 word-initial{"… {0}"} |
| 20 word-medial{"{0} … {1}"} | 20 word-medial{"{0} … {1}"} |
| 21 } | 21 } |
| 22 ExemplarCharacters{ | 22 ExemplarCharacters{ |
| 23 "[అ ఆ ఇ ఈ ఉ ఊ ఋ ౠ ఌ ౡ ఎ ఏ ఐ ఒ ఓ ఔ ఁ ం ః క ఖ గ ఘ ఙ చ ఛ జ ఝ ఞ ట ఠ డ ఢ ణ త
థ ద ధ" | 23 "[అ ఆ ఇ ఈ ఉ ఊ ఋ ౠ ఌ ౡ ఎ ఏ ఐ ఒ ఓ ఔ ఁ ం ః క ఖ గ ఘ ఙ చ ఛ జ ఝ ఞ ట ఠ డ ఢ ణ త
థ ద ధ" |
| 24 " న ప ఫ బ భ మ య ర ఱ ల వ శ ష స హ ళ \u0C3E \u0C3F \u0C40 ు ూ ృ ౄ \u0C46 \u
0C47 " | 24 " న ప ఫ బ భ మ య ర ఱ ల వ శ ష స హ ళ \u0C3E \u0C3F \u0C40 ు ూ ృ ౄ \u0C46 \u
0C47 " |
| 25 "\u0C48 \u0C4A \u0C4B \u0C4C \u0C4D \u0C55 \u0C56]" | 25 "\u0C48 \u0C4A \u0C4B \u0C4C \u0C4D \u0C55 \u0C56]" |
| 26 "\u200C \u200D" |
| 26 } | 27 } |
| 27 ExemplarCharactersIndex{ | 28 ExemplarCharactersIndex{ |
| 28 "[అ ఆ ఇ ఈ ఉ ఊ ఋ ౠ ఎ ఏ ఐ ఒ ఓ ఔ క ఖ గ ఘ ఙ చ ఛ జ ఝ ఞ ట ఠ డ ఢ ణ త థ ద ధ న ప
ఫ బ భ" | 29 "[అ ఆ ఇ ఈ ఉ ఊ ఋ ౠ ఎ ఏ ఐ ఒ ఓ ఔ క ఖ గ ఘ ఙ చ ఛ జ ఝ ఞ ట ఠ డ ఢ ణ త థ ద ధ న ప
ఫ బ భ" |
| 29 " మ య ర ఱ ల వ శ ష స హ ళ]" | 30 " మ య ర ఱ ల వ శ ష స హ ళ]" |
| 30 } | 31 } |
| 31 LocaleScript{ | 32 LocaleScript{ |
| 32 "Telu", | 33 "Telu", |
| 33 } | 34 } |
| 34 MoreInformation{"?"} | 35 MoreInformation{"?"} |
| 35 NumberElements{ | 36 NumberElements{ |
| (...skipping 1527 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1563 one{"{0} మై³"} | 1564 one{"{0} మై³"} |
| 1564 other{"{0} మై³"} | 1565 other{"{0} మై³"} |
| 1565 } | 1566 } |
| 1566 liter{ | 1567 liter{ |
| 1567 one{"{0} లీ."} | 1568 one{"{0} లీ."} |
| 1568 other{"{0} లీ."} | 1569 other{"{0} లీ."} |
| 1569 } | 1570 } |
| 1570 } | 1571 } |
| 1571 } | 1572 } |
| 1572 } | 1573 } |
| OLD | NEW |