mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-01 13:57:32 +00:00
fix charset detection by treating 0x85,0x86,0xeb,0xec illegal in sjis. This is a tool change. Won't break build. The tool is not run in the build process
This commit is contained in:
parent
91918207c1
commit
e09b94476b
@ -12,6 +12,8 @@ my($sjis_ver);
|
||||
[ 0x00 , 0x00 , 0 ],
|
||||
[ 0x0e , 0x0f , 0 ],
|
||||
[ 0x1b , 0x1b , 0 ],
|
||||
[ 0x85 , 0x86 , 0 ],
|
||||
[ 0xeb , 0xec , 0 ],
|
||||
[ 0xfd , 0xff , 0 ],
|
||||
[ 0x01 , 0x1a , 1 ],
|
||||
[ 0x1c , 0x3f , 1 ],
|
||||
|
Loading…
x
Reference in New Issue
Block a user