This commit is contained in:
cata%netscape.com 1999-04-06 21:23:56 +00:00
Родитель e3e097e146
Коммит f76eab1197
2 изменённых файлов: 6 добавлений и 4 удалений

Просмотреть файл

@ -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)
};
//----------------------------------------------------------------------

Просмотреть файл

@ -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)
};
//----------------------------------------------------------------------