mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-16 18:25:57 +00:00
ICU-1279 Change the LCID for sh and sr locales like the nn locale, which have more than one mapping.
X-SVN-Rev: 7255
This commit is contained in:
parent
aa3405d060
commit
d571c6188f
5 changed files with 6 additions and 6 deletions
|
@ -305,7 +305,7 @@ sh {
|
|||
ji { "Jidi\u0161" }
|
||||
yi { "Jidi\u0161" }
|
||||
}
|
||||
LocaleID { "1a" }
|
||||
LocaleID { "081a" }
|
||||
LocaleString { "sh" }
|
||||
MonthAbbreviations {
|
||||
"jan",
|
||||
|
|
|
@ -330,7 +330,7 @@ Languages {
|
|||
ji { "\u0408\u0438\u0434\u0438\u0448" }
|
||||
yi { "\u0408\u0438\u0434\u0438\u0448" }
|
||||
}
|
||||
LocaleID { "1a" }
|
||||
LocaleID { "0c1a" }
|
||||
LocaleString { "sr" }
|
||||
MonthAbbreviations {
|
||||
"\u0458\u0430\u043D",
|
||||
|
|
|
@ -355,11 +355,11 @@ ILCID_POSIX_ELEMENT_ARRAY(0x0439, hi, hi_IN)
|
|||
/* This LCID is really three different locales.*/
|
||||
static const ILcidPosixElement hr[] = {
|
||||
{0x1a, "hr"},
|
||||
/* {0x1a, "sh"}, // You could put this in, but we only map from LCID*/
|
||||
/* {0x1a, "sr"}, // You could put this in, but we only map from LCID*/
|
||||
{0x041a, "hr_HR"}, /* Croatian*/
|
||||
{0x081a, "sh_YU"}, /* Serbo-Croatian*/
|
||||
{0x081a, "sh"}, /* It's 0x1a or 0x081a, pick one to make the test program happy. */
|
||||
{0x0c1a, "sr_YU"}, /* Serbian*/
|
||||
{0x0c1a, "sr"}, /* It's 0x1a or 0x0c1a, pick one to make the test program happy. */
|
||||
};
|
||||
|
||||
ILCID_POSIX_ELEMENT_ARRAY(0x040e, hu, hu_HU)
|
||||
|
|
|
@ -305,7 +305,7 @@ sh {
|
|||
ji { "Jidi\u0161" }
|
||||
yi { "Jidi\u0161" }
|
||||
}
|
||||
LocaleID { "1a" }
|
||||
LocaleID { "081a" }
|
||||
LocaleString { "sh" }
|
||||
MonthAbbreviations {
|
||||
"jan",
|
||||
|
|
|
@ -330,7 +330,7 @@ Languages {
|
|||
ji { "\u0408\u0438\u0434\u0438\u0448" }
|
||||
yi { "\u0408\u0438\u0434\u0438\u0448" }
|
||||
}
|
||||
LocaleID { "1a" }
|
||||
LocaleID { "0c1a" }
|
||||
LocaleString { "sr" }
|
||||
MonthAbbreviations {
|
||||
"\u0458\u0430\u043D",
|
||||
|
|
Loading…
Add table
Reference in a new issue