luagbk icon indicating copy to clipboard operation
luagbk copied to clipboard

CP936 is not the national GBK 1.0.

Open HyperHCl opened this issue 7 years ago • 2 comments

CP936 has 95 less characters than GBK, and has an additional trouble-making single-byte euro sign as 0x80. If you want a reliable table, try W3C Web Encoding Spec instead. The W3C spec also teaches you how to deal with GB 18030.

While support for cp936 and cp932 can be useful for dealing with damned Windows ANSI, you should make them separate encodings. They can still share most of the routines with the base encoding.

HyperHCl avatar Sep 28 '16 14:09 HyperHCl

Okey, I will use that table. this is also in my plan list. thanks :)

starwing avatar Oct 03 '16 14:10 starwing

I'm worry that every time I forget to see github, there will be a lot of issues/pr waiting me to reply. and if I have times to look github, there's nothing on it.

I just explain about why I always reply things on github lately :(

starwing avatar Oct 03 '16 14:10 starwing