ICU-3191 Use the Telegu 0 for number formatting

X-SVN-Rev: 14090
This commit is contained in:
George Rhoten 2003-12-11 00:10:07 +00:00
parent dd630394f7
commit 928cb15376

View File

@ -9,11 +9,18 @@
te { te {
Version{ "2.0" } Version{ "2.0" }
collations {
standard {
Version { "1.0" }
Sequence { "[normalization on]" }
}
}
Countries { Countries {
IN { "\u0c2d\u0c3e\u0c30\u0c24 \u0c26\u0c47\u0c33\u0c66" } IN { "\u0c2d\u0c3e\u0c30\u0c24 \u0c26\u0c47\u0c33\u0c66" }
} }
Languages { // Currency display names
te { "\u0c24\u0c46\u0c32\u0c41\u0c17\u0c41" } Currencies {
INR { "\u0C30\u0C42.", "INR" }
} }
DayAbbreviations { DayAbbreviations {
"\u0c06\u0c26\u0c3f", "\u0c06\u0c26\u0c3f",
@ -33,6 +40,13 @@ te {
"\u0c36\u0c41\u0c15\u0c4d\u0c30\u0c35\u0c3e\u0c30\u0c02", "\u0c36\u0c41\u0c15\u0c4d\u0c30\u0c35\u0c3e\u0c30\u0c02",
"\u0c36\u0c28\u0c3f\u0c35\u0c3e\u0c30\u0c02", "\u0c36\u0c28\u0c3f\u0c35\u0c3e\u0c30\u0c02",
} }
ExemplarCharacters{"[[:Telu:]\u200c\u200d]"}
LocaleScript{
"Telu", // ISO 15924 Name
}
Languages {
te { "\u0c24\u0c46\u0c32\u0c41\u0c17\u0c41" }
}
MonthAbbreviations { MonthAbbreviations {
"\u0c1c\u0c28\u0c35\u0c30\u0c3f", "\u0c1c\u0c28\u0c35\u0c30\u0c3f",
"\u0c2b\u0c3f\u0c2c\u0c4d\u0c30\u0c35\u0c30\u0c3f", "\u0c2b\u0c3f\u0c2c\u0c4d\u0c30\u0c35\u0c30\u0c3f",
@ -61,37 +75,23 @@ te {
"\u0c28\u0c35\u0c02\u0c2c\u0c30\u0c4d", "\u0c28\u0c35\u0c02\u0c2c\u0c30\u0c4d",
"\u0c21\u0c3f\u0c38\u0c46\u0c02\u0c2c\u0c30\u0c4d", "\u0c21\u0c3f\u0c38\u0c46\u0c02\u0c2c\u0c30\u0c4d",
} }
NumberElements {
// NumberElements { ".",
// ".", ",",
// ",", ";",
// ";", "%",
// "%", "\u0C66",
// "0", "#",
// "#", "-",
// "-", "E",
// "E", "\u2030",
// "\u2030", "\u221E",
// "\u221e", "\uFFFD",
// "\ufffd", ".",
// } "+",
collations {
standard {
Version { "1.0" }
Sequence { "[normalization on]" }
} }
}
LocaleScript{
"Telu", // ISO 15924 Name
}
ExemplarCharacters{"[[:Telu:]\u200c\u200d]"}
// /**************** Info Below is needed ****************/ // /**************** Info Below is needed ****************/
// Eras{} // Eras{}
// localPatternChars{} // localPatternChars{}
// //
// Currency display names
Currencies {
INR { "\u0C30\u0C42.", "INR" }
}
} }