blob: 02bbe3a6ac1427052e7f3a9d1047a5075f7cd223 (
plain) (
tree)
|
|
Wrote/borrowed libbe/encoding.py.
Now the following works:
python -c 'import libbe.encoding as e; print e.get_encoding(); e.set_IO_stream_encodings(e.get_encoding()) ;print u"\u2019"' | cat
|