From 021bbcc5953717b749dcf7b60ee5ee537114b53f Mon Sep 17 00:00:00 2001 From: "erik%netscape.com" Date: Thu, 3 Feb 2000 23:38:51 +0000 Subject: [PATCH] bug 26331; we were missing some of the Traditional Chinese Big5 font character encoding names; names gathered by momoi; r=erik --- gfx/src/gtk/nsFontMetricsGTK.cpp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/gfx/src/gtk/nsFontMetricsGTK.cpp b/gfx/src/gtk/nsFontMetricsGTK.cpp index 509b4fee7191..9c7ae32816e3 100644 --- a/gfx/src/gtk/nsFontMetricsGTK.cpp +++ b/gfx/src/gtk/nsFontMetricsGTK.cpp @@ -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 },