[Python-checkins] python/dist/src/Lib htmlentitydefs.py,1.8,1.9
Guido van Rossum
guido@python.org
Wed, 16 Apr 2003 09:49:08 -0400
> ! entitydefs = {
> ! 'AElig': '\306', # latin capital letter AE = latin capital ligature AE, U+00C6 ISOlat1
> ! 'Aacute': '\301', # latin capital letter A with acute, U+00C1 ISOlat1
> ! 'Acirc': '\302', # latin capital letter A with circumflex, U+00C2 ISOlat1
[...]
Hmm... Wouldn't it be nice if the information in the comments was
somehow also available in tabular form?
--Guido van Rossum (home page: http://www.python.org/~guido/)