зеркало из https://github.com/mozilla/pjs.git
fix euc-jp detection bugs by remove 0x85,0x86,0xeb,0xec from the legal char list. number change which won't break build
This commit is contained in:
Родитель
89d2e5ab4b
Коммит
ad86efe169
|
@ -40,7 +40,7 @@ PCK4BITS(2,2,2,2,2,2,2,2), // 60 - 67
|
|||
PCK4BITS(2,2,2,2,2,2,2,2), // 68 - 6f
|
||||
PCK4BITS(2,2,2,2,2,2,2,2), // 70 - 77
|
||||
PCK4BITS(2,2,2,2,2,2,2,1), // 78 - 7f
|
||||
PCK4BITS(3,3,3,3,3,3,3,3), // 80 - 87
|
||||
PCK4BITS(3,3,3,3,3,0,0,3), // 80 - 87
|
||||
PCK4BITS(3,3,3,3,3,3,3,3), // 88 - 8f
|
||||
PCK4BITS(3,3,3,3,3,3,3,3), // 90 - 97
|
||||
PCK4BITS(3,3,3,3,3,3,3,3), // 98 - 9f
|
||||
|
@ -53,7 +53,7 @@ PCK4BITS(2,2,2,2,2,2,2,2), // c8 - cf
|
|||
PCK4BITS(2,2,2,2,2,2,2,2), // d0 - d7
|
||||
PCK4BITS(2,2,2,2,2,2,2,2), // d8 - df
|
||||
PCK4BITS(3,3,3,3,3,3,3,3), // e0 - e7
|
||||
PCK4BITS(3,3,3,3,3,3,3,3), // e8 - ef
|
||||
PCK4BITS(3,3,3,0,0,3,3,3), // e8 - ef
|
||||
PCK4BITS(3,3,3,3,3,3,3,3), // f0 - f7
|
||||
PCK4BITS(3,3,3,3,3,0,0,0) // f8 - ff
|
||||
};
|
||||
|
|
Загрузка…
Ссылка в новой задаче