get a list of available encodings ?

"Martin v. Löwis" martin at v.loewis.de
Mon Feb 9 17:31:27 EST 2004


GrelEns wrote:
> is there a way from a python program to get the table below as a list or a
> dict ? http://www.python.org/doc/current/lib/node127.html

Unfortunately, not. They way codecs work, a register()ed function may
create codecs on-the-fly, so it may not even be possible to create a
complete list of all possible codec names.

Regards,
Martin




More information about the Python-list mailing list