Shift table fix.

This commit is contained in:
cata%netscape.com 1999-04-06 21:23:56 +00:00
parent e3e097e146
commit f76eab1197
2 changed files with 6 additions and 4 deletions

View File

@ -27,8 +27,9 @@ static PRUint16 g_BIG5MappingTable[] = {
};
static PRInt16 g_BIG5ShiftTable[] = {
1, u1ByteCharset ,
ShiftCell(0,0,0,0,0,0,0,0)
2, uMultibytesCharset,
ShiftCell(u1ByteChar, 1, 0x00, 0x7F, 0x00, 0x00, 0x00, 0x7F),
ShiftCell(u2BytesChar, 2, 0xA1, 0xFE, 0xA1, 0x40, 0xFE, 0xFE)
};
//----------------------------------------------------------------------

View File

@ -27,8 +27,9 @@ static PRUint16 g_BIG5MappingTable[] = {
};
static PRInt16 g_BIG5ShiftTable[] = {
1, u1ByteCharset ,
ShiftCell(0,0,0,0,0,0,0,0)
2, uMultibytesCharset,
ShiftCell(u1ByteChar, 1, 0x00, 0x7F, 0x00, 0x00, 0x00, 0x7F),
ShiftCell(u2BytesChar, 2, 0xA1, 0xFE, 0xA1, 0x40, 0xFE, 0xFE)
};
//----------------------------------------------------------------------