fixed the 14th encoding, which is not FIXED japanese but rather JIS0208, yay!

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4149 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
shatty
2003-07-31 04:56:56 +00:00
parent 1e4b516951
commit ec4fc3af6a
+4 -6
View File
@@ -66,11 +66,9 @@ const BCharacterSet packedJapanese(13,18,"EUC Packed Format Japanese",
"Extended_UNIX_Code_Packed_Format_for_Japanese","EUC-JP", "Extended_UNIX_Code_Packed_Format_for_Japanese","EUC-JP",
EUCPackedJapaneseAliases); EUCPackedJapaneseAliases);
const char * EUCFixedJapaneseAliases[] = const char * JIS0208aliases[] =
{ "csEUCFixWidJapanese",NULL }; { "iso-ir-87","x0208","JIS_X0208-1983","csISO87JISX0208",NULL };
const BCharacterSet fixedJapanese(14,19,"EUC Fixed Width Japanese", const BCharacterSet JIS0208(14,63,"JIS 0208","JIS_C6226-1983",NULL,JIS0208aliases);
"Extended_UNIX_Code_Fixed_Width_for_Japanese",NULL,
EUCFixedJapaneseAliases);
const BCharacterSet windows1252(15,2252,"MS-Windows Codepage 1252","windows-1252",NULL,NULL); const BCharacterSet windows1252(15,2252,"MS-Windows Codepage 1252","windows-1252",NULL,NULL);
@@ -120,7 +118,7 @@ const BCharacterSet * character_sets_by_id[] = {
&isoLatin6, &isoLatin7, &isoLatin8, &isoLatin9, &isoLatin10, &isoLatin6, &isoLatin7, &isoLatin8, &isoLatin9, &isoLatin10,
&macintosh, &macintosh,
// R5 BFont encodings end here // R5 BFont encodings end here
&shiftJIS, &packedJapanese, &fixedJapanese, &shiftJIS, &packedJapanese, &JIS0208,
&windows1252, &unicode2, &KOI8R, &windows1251, &windows1252, &unicode2, &KOI8R, &windows1251,
&IBM866, &IBM437, &eucKR, &iso13, &iso14, &iso15, &IBM866, &IBM437, &eucKR, &iso13, &iso14, &iso15,
// R5 convert_to/from_utf8 encodings end here // R5 convert_to/from_utf8 encodings end here