STINNER Victor added the comment: > 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. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue20405> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com