[issue20405] Add io.BinaryTransformWrapper and a "transform" parameter to open()

Marc-Andre Lemburg report at bugs.python.org
Mon Feb 3 12:18:18 CET 2014


Marc-Andre Lemburg added the comment:

On 03.02.2014 02:24, STINNER Victor wrote:
> 
> 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.

It's a command line tool to convert documents in various encodings
to other encodings:

http://recode.progiciels-bpi.ca/index.html
https://github.com/pinard/Recode

It's similar to iconv.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20405>
_______________________________________


More information about the Python-bugs-list mailing list