yanglinjingshu / qtweb

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

Shift_JIS encoding is missing #180

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What version of the product are you using? On what operating system?
3.8.4. Win XP.

Please provide any additional information below.

Shift_JIS encoding is missing. Many Japanese sites uses Shift_JIS instead of 
EUC_JP.

So it will be nice in this order:

    // japanese
    alignmentGroup->addAction(menuAddEncoding("Japanese",   "Shift_JIS"));
    alignmentGroup->addAction(menuAddEncoding("Japanese",   "EUC-JP"));
    alignmentGroup->addAction(menuAddEncoding("Japanese",   "ISO-2022-JP"));

Original issue reported on code.google.com by roy...@gmail.com on 21 Jun 2013 at 6:42

GoogleCodeExporter commented 9 years ago

Original comment by magis...@gmail.com on 21 Jun 2013 at 9:21

GoogleCodeExporter commented 9 years ago
Fixed in build 108.

Original comment by magis...@gmail.com on 31 Aug 2013 at 7:09