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 lemburg
Recipients ezio.melotti, lemburg, loewis, michael.foord, tzot
Date 2009-12-07.22:41:40
SpamBayes Score 9.365353e-11
Marked as misclassified No
Message-id <1260225702.86.0.813207379272.issue6058@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2009-12-07 22:41:42lemburgsetrecipients: + lemburg, loewis, tzot, ezio.melotti, michael.foord
2009-12-07 22:41:42lemburgsetmessageid: <1260225702.86.0.813207379272.issue6058@psf.upfronthosting.co.za>
2009-12-07 22:41:41lemburglinkissue6058 messages
2009-12-07 22:41:41lemburgcreate