Interpreting Unicode scripts

Keith MacDonald nospam at parasites.com
Sun Feb 5 11:46:25 EST 2006


That document did help, thanks, although I was initially disconcerted to see 
that it's written in the future tense.  Anyway, it works with Python 2.4.

Keith MacDonald

"Fredrik Lundh" <fredrik at pythonware.com> wrote in message 
news:mailman.1433.1139149283.27775.python-list at python.org...
>
> reading PEP 263 might help:
>
>    http://www.python.org/peps/pep-0263.html
>
> (summary: encode as utf-8, prepend "# coding: utf-8\n", and you're done)
>
> </F>
>
>
> 





More information about the Python-list mailing list