]> granicus.if.org Git - python/commit
Add two dictionaries to htmlentitydefs: name2codepoint maps
authorWalter Dörwald <walter@livinglogic.de>
Wed, 16 Apr 2003 09:46:13 +0000 (09:46 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Wed, 16 Apr 2003 09:46:13 +0000 (09:46 +0000)
commit5688b7ac3edc756ab8d619b6f0993d54010ab20e
treeaaf3b28fb2eb8de55640438ffeda9e86bed807fe
parent19a02ba69dd908bcc5fe45263fb9c956ed9f7ffc
Add two dictionaries to htmlentitydefs: name2codepoint maps
HTML entity names to Unicode codepoints (as integers).
codepoint2name is the reverse mapping. From SF patch #722017.
Doc/lib/libhtmllib.tex
Lib/htmlentitydefs.py
Misc/NEWS