bug 35108; we weren't drawing the geometric shapes from the Japanese

JIS X 0208 fonts on Unix; fixed now


git-svn-id: svn://10.0.0.236/trunk@65868 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
erik%netscape.com
2000-04-13 21:13:04 +00:00
parent ac1dd0e9f8
commit 26bfd9ac75

View File

@@ -870,7 +870,7 @@ SetUpFontCharSetInfo(nsFontCharSetInfo* aSelf)
*/
if (aSelf->Convert == DoubleByteConvert) {
PRUint32* map = aSelf->mMap;
for (PRUint16 i = 0; i < (0x3000 >> 5); i++) {
for (PRUint16 i = 0; i < (0x2200 >> 5); i++) {
map[i] = 0;
}
}