This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author umedoblock
Recipients ezio.melotti, loewis, serhiy.storchaka, umedoblock
Date 2013-02-09.00:19:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1360369167.52.0.08159472411.issue17156@psf.upfronthosting.co.za>
In-reply-to
Content
thanks serhiy.storchaka.
I try to use Shift_JIS, UTF-8, ISO-2022-JP and EUC-JP.

your patch detects UTF-8.

However it doesn't detect Shift_JIS, ISO-2022-JP and EUC-JP.
it misunderstand ISO-2022-JP charset is UTF-8.
it raised UnicodeDecodeError when Shift_JIS, EUC-JP.

Please check my test to use konnichiha.sh.
History
Date User Action Args
2013-02-09 00:19:27umedoblocksetrecipients: + umedoblock, loewis, ezio.melotti, serhiy.storchaka
2013-02-09 00:19:27umedoblocksetmessageid: <1360369167.52.0.08159472411.issue17156@psf.upfronthosting.co.za>
2013-02-09 00:19:27umedoblocklinkissue17156 messages
2013-02-09 00:19:27umedoblockcreate