[IPython-dev] IPython, Python 3.x, pyout, data
Thomas Kluyver
takowl at gmail.com
Mon Mar 11 20:07:31 EDT 2013
On 11 March 2013 18:55, Dino Viehland <dinov at microsoft.com> wrote:
> I can successfully encode the data with utf8 and then apply the base 64
> decoding to it.
Note that, as it's base64 data, encoding as ascii should work just as well
as utf-8. I'd guess there's some small performance benefit to using the
simplest encoding, although I haven't measured it.
Thomas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20130312/13aa4286/attachment.html>
More information about the IPython-dev
mailing list