Python and unicode

Carl Banks pavlovevidence at gmail.com
Sun Sep 19 22:32:33 EDT 2010


On Sep 19, 4:09 pm, Ben Finney <ben+pyt... at benfinney.id.au> wrote:
> Goran Novosel <goran.novo... at gmail.com> writes:
> > # vim: set encoding=utf-8 :
>
> This will help Vim, but won't help Python. Use the PEP 263 encoding
> declaration <URL:http://www.python.org/dev/peps/pep-0263/> to let Python
> know the encoding of the program source file.

That's funny because I went to PEP 263 and the line he used was listed
there.  Apparently, you're the one that needs to read PEP 263.


Carl Banks



More information about the Python-list mailing list