r=mkaply, a=blizzard
1255 and 1256 are not supported on OS/2 - use 862 and 864 instead
This commit is contained in:
mkaply@us.ibm.com 2007-09-06 11:40:56 -07:00
parent c2ff5f3c3e
commit 7b151ad00f

View File

@ -87,8 +87,8 @@ static nsUconvInfo gUconvInfo[15 /* eCharSet_COUNT from nsFontMetricsOS2.cpp */
{ "RUSSIAN", 1251, NULL },
{ "GREEK", 1253, NULL },
{ "TURKISH", 1254, NULL },
{ "HEBREW", 1255, NULL },
{ "ARABIC", 1256, NULL },
{ "HEBREW", 862, NULL },
{ "ARABIC", 864, NULL },
{ "BALTIC", 1257, NULL },
{ "THAI", 874, NULL },
{ "SHIFTJIS", 932, NULL },