aboutsummaryrefslogtreecommitdiffstats
path: root/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/f7ccd916-b5c7-4890-a2e3-8c8ace17ae3a/comments/028d2e8d-5b0f-4c43-a913-35a1709b2276/body
blob: 02bbe3a6ac1427052e7f3a9d1047a5075f7cd223 (plain) (blame)
1
2
3
4
5
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