Where to locate existing standard encodings in python

Mark Tolonen M8R-yfto6h at mailinator.com
Sun Nov 9 19:27:22 EST 2008


"News123" <news123 at free.fr> wrote in message 
news:491779b1$0$19313$426a74cc at news.free.fr...
> Hi,
>
> I was googling quite some time before finding the answer to my question:
> 'what are the names for the encodings supported by python?'
>
> I found the answer at http://python.active-venture.com/lib/node127.html
>
>
> Now my question:
>
> Can I find the same info in the standard python doc or query python with
> a certain command to print out all existing codings?
>

The first hit from googling "site:python.org encodings":
http://www.python.org/doc/2.5.2/lib/standard-encodings.html

-Mark




More information about the Python-list mailing list