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:
ftang%netscape.com 1999-08-19 21:02:45 +00:00
parent 91918207c1
commit e09b94476b

View File

@ -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 ],