ISO Latin -> HTML conversion

Martin von Loewis loewis at informatik.hu-berlin.de
Sun Jul 9 06:19:20 EDT 2000


danny at thrud.anatomy.usyd.edu.au (Danny Yee) writes:

> <ben at co.and.co> wrote:
> >Just reverse the dictionnary, to be found in htmlentitydefs.
> 
> Where do I find this?

>>> import htmlentitydefs
>>> dir(htmlentitydefs)
['__builtins__', '__doc__', '__file__', '__name__', 'entitydefs']
>>> print htmlentitydefs.entitydefs

Regards,
Martin



More information about the Python-list mailing list