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.

作者 lemburg
收信人 ezio.melotti, lemburg, loewis, michael.foord, tzot
日期 2009-12-07.22:41:40
SpamBayes Score 9.365353e-11
Marked as misclassified
Message-id <1260225702.86.0.813207379272.issue6058@psf.upfronthosting.co.za>
In-reply-to
内容
Here's a script for IronPython 2.6 that checks a few encoders.

Since IronPython doesn't appear to come with the full set of Python
codecs and it's also not clear whether the implemented codecs actually
match the default Python ones, I'm not sure how reliable this output is.

It's probably better to dump the encoded data to a file and compare
against a CPython run.

Anyway, here's the output:

Code Page 65000 vs. encoding 'utf-7'

0 errors

Code Page 65001 vs. encoding 'utf-8'

0 errors

Code Page 1200 vs. encoding 'utf-16-le'

0 errors

Code Page 1201 vs. encoding 'utf-16-be'

0 errors

Code Page 28591 vs. encoding 'iso-8859-1'

0 errors
历史
日期 用户 动作 参数
2009-12-07 22:41:42lemburg修改recipients: + lemburg, loewis, tzot, ezio.melotti, michael.foord
2009-12-07 22:41:42lemburg修改messageid: <1260225702.86.0.813207379272.issue6058@psf.upfronthosting.co.za>
2009-12-07 22:41:41lemburg链接issue6058 messages
2009-12-07 22:41:41lemburg创建