ICU-1279 LCID mapping fixes (Hopefully)

X-SVN-Rev: 6910
This commit is contained in:
George Rhoten 2001-11-15 01:59:19 +00:00
parent 0d05c379cd
commit e426da2337
3 changed files with 4 additions and 4 deletions

View File

@ -116,7 +116,7 @@ CollationElements {
"laurdag",
}
LocaleID { "14" }
LocaleID { "814" }
LocaleScript{
"Latn", // ISO 15924 Name
}

View File

@ -420,9 +420,9 @@ static const ILcidPosixElement nl[] = {
/* The "no" locale split into nb and nn. By default in ICU, "no" is nb.*/
static const ILcidPosixElement no[] = {
{0x14, "nb"}, /* really nb */
/* {0x14, "nn"}, // You could put this in, but we only map from LCID*/
{0x0414, "nb_NO"}, /* really nb_NO */
{0x0814, "nn_NO"} /* really nn_NO */
{0x0814, "nn_NO"}, /* really nn_NO */
{0x0814, "nn"} /* It's 0x14 or 0x814, pick one to make the test program happy. */
};
/* Declared as or_IN to get around compiler errors*/

View File

@ -116,7 +116,7 @@ CollationElements {
"laurdag",
}
LocaleID { "14" }
LocaleID { "814" }
LocaleScript{
"Latn", // ISO 15924 Name
}