ICU-4567 Changed resource type of calendar/taiwan/eras/abbreviated from string to table to resolve ICU4J DateFormatSymbols initialization crash problem.

X-SVN-Rev: 21873
This commit is contained in:
Yoshito Umaoka 2007-06-30 04:45:34 +00:00
parent 1b83ec29fe
commit 17a3835464
2 changed files with 2 additions and 2 deletions

View File

@ -76,7 +76,7 @@ root{
taiwan{
eras {
abbreviated{
"míngúo"
"míngúo",
}
}
}

View File

@ -2020,7 +2020,7 @@ zh{
taiwan{
eras {
abbreviated{
"民國"
"民國",
}
}
}