Where to locate existing standard encodings in python

John Machin sjmachin at lexicon.net
Sun Nov 9 19:20:05 EST 2008


On Nov 10, 11:00 am, News123 <news... at free.fr> wrote:
> 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 athttp://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?

codecs module
http://docs.python.org/library/codecs.html#id3




More information about the Python-list mailing list