bug 26331; we were missing some of the Traditional Chinese Big5 font

character encoding names; names gathered by momoi; r=erik
This commit is contained in:
erik%netscape.com 2000-02-03 23:38:51 +00:00
parent 25b9ae78b1
commit 021bbcc595

View File

@ -1153,7 +1153,14 @@ static nsFontCharSetMap gCharSetMap[] =
{ "adobe-fontspecific", &Special },
#endif
{ "big5-0", &Big5 },
{ "big5-1", &Big5 },
{ "big5.et-0", &Big5 },
{ "big5.et.ext-0", &Big5 },
{ "big5.etext-0", &Big5 },
{ "big5.hku-0", &Big5 },
{ "big5.hku-1", &Big5 },
{ "big5.pc-0", &Big5 },
{ "big5.shift-0", &Big5 },
{ "cns11643.1986-1", &CNS116431 },
{ "cns11643.1986-2", &CNS116432 },
{ "cns11643.1992-1", &CNS116431 },