On Sat, Jan 25, 2014 at 3:37 PM, Steven D'Aprano
<steve+comp.lang.pyt...@pearwood.info> wrote:
> But using Python 2.7, I get a really bad case of moji-bake:
>
> [steve@ando ~]$ python2.7 -c "print u'ñøλπйж'"
> ñøλÏйж

What's 2.7's default source code encoding? I thought it was ascii, but
maybe it's assuming (in the absence of a magic cookie) that it's
Latin-1.

ChrisA
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to