Message210069
> 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. |
|
Date |
User |
Action |
Args |
2014-02-03 01:24:22 | vstinner | set | recipients:
+ vstinner, lemburg, ncoghlan, pitrou, benjamin.peterson, stutzbach, ezio.melotti, hynek, serhiy.storchaka |
2014-02-03 01:24:22 | vstinner | set | messageid: <1391390662.9.0.561173282379.issue20405@psf.upfronthosting.co.za> |
2014-02-03 01:24:22 | vstinner | link | issue20405 messages |
2014-02-03 01:24:22 | vstinner | create | |
|