gb2312 isn't ?
MinhowS opened this issue · 3 comments
MinhowS commented
It doesn't have gb2312,can you add it?
jinliming2 commented
GB2312 has been superseded by GBK and GB18030, and Google Chrome uses GBK to represent GB2312.
So, you can switch to GBK, or you can also switch to GB18030 which is fully compatible with GB2312.
jinliming2 commented
You can check this form for more details: https://developer.mozilla.org/en-US/docs/Web/API/TextDecoder/TextDecoder#Parameters
MinhowS commented
ok,thank you