ICU-3202 fix some data

X-SVN-Rev: 14109
This commit is contained in:
Ram Viswanadha 2003-12-12 03:31:33 +00:00
parent 8f7762a26e
commit 7aca5fa06d

View File

@ -66,19 +66,24 @@ gv {
// "\u221e",
// "\ufffd",
// }
LocaleScript:array{
LocaleScript:array{
"Latn", // ISO 15924 Name
}
ExemplarCharacters{
"[a-z]"
}
}
ExemplarCharacters{
"[a-z \u00E7]"
}
AmPmMarkers {
"a.m.",
"p.m.",
}
Eras {
"RC", // BC
"AD" // AD
}
// /**************** Info Below is needed ****************/
// collations{}
// Countries{}
// Eras{}
// Languages{}
// ShortLanguage { }
// localPatternChars{}
//
}