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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user