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 vstinner
Recipients benjamin.peterson, ezio.melotti, hynek, lemburg, ncoghlan, pitrou, serhiy.storchaka, stutzbach, vstinner
Date 2014-02-03.01:24:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1391390662.9.0.561173282379.issue20405@psf.upfronthosting.co.za>
In-reply-to
Content
> Ever used "recode" ?

No, what is it? I once used iconv for short tests, but I never required iconv to convert a real document.

> E.g. the example at the end of codecs.py allows using Latin-1 within
> the application, while talking to the console using UTF-8.

It doesn't make sense anymore in Python 3, strings are now store as Unicode within the application.
History
Date User Action Args
2014-02-03 01:24:22vstinnersetrecipients: + vstinner, lemburg, ncoghlan, pitrou, benjamin.peterson, stutzbach, ezio.melotti, hynek, serhiy.storchaka
2014-02-03 01:24:22vstinnersetmessageid: <1391390662.9.0.561173282379.issue20405@psf.upfronthosting.co.za>
2014-02-03 01:24:22vstinnerlinkissue20405 messages
2014-02-03 01:24:22vstinnercreate