зеркало из https://github.com/mozilla/gecko-dev.git
Shift table fix.
This commit is contained in:
Родитель
e3e097e146
Коммит
f76eab1197
|
@ -27,8 +27,9 @@ static PRUint16 g_BIG5MappingTable[] = {
|
||||||
};
|
};
|
||||||
|
|
||||||
static PRInt16 g_BIG5ShiftTable[] = {
|
static PRInt16 g_BIG5ShiftTable[] = {
|
||||||
1, u1ByteCharset ,
|
2, uMultibytesCharset,
|
||||||
ShiftCell(0,0,0,0,0,0,0,0)
|
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[] = {
|
static PRInt16 g_BIG5ShiftTable[] = {
|
||||||
1, u1ByteCharset ,
|
2, uMultibytesCharset,
|
||||||
ShiftCell(0,0,0,0,0,0,0,0)
|
ShiftCell(u1ByteChar, 1, 0x00, 0x7F, 0x00, 0x00, 0x00, 0x7F),
|
||||||
|
ShiftCell(u2BytesChar, 2, 0xA1, 0xFE, 0xA1, 0x40, 0xFE, 0xFE)
|
||||||
};
|
};
|
||||||
|
|
||||||
//----------------------------------------------------------------------
|
//----------------------------------------------------------------------
|
||||||
|
|
Загрузка…
Ссылка в новой задаче