Tallefer / qtweb

Automatically exported from code.google.com/p/qtweb
0 stars 0 forks source link

Chinese encodings to be supported #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
QtWeb can render chinese correct if the web page encodeing is
 unicode, but it doesn't support other chinese encoding such as gb2312
 or gbk, for webpages with such encoding, they are unreadable.

Original issue reported on code.google.com by alexei.c...@gmail.com on 5 Dec 2008 at 4:21

GoogleCodeExporter commented 9 years ago
Added support for the following codecs:

 Chinese Simplified: GBK/GB2312
 Chinese Traditional: Big5
 Korean: EUC-KR
 Japanese: ISO-2022-JP
 Japanese: EUC-JP

Executable became 400KB heavier ..

Original comment by alexei.c...@gmail.com on 8 Jan 2009 at 11:42