Issue12329
Created on 2011-06-13 22:04 by hp.dekoning, last changed 2022-04-11 14:57 by admin. This issue is now closed.
| Messages (2) | |||
|---|---|---|---|
| msg138282 - (view) | Author: Hans Peter de Koning (hp.dekoning) | Date: 2011-06-13 22:04 | |
In module htmlentitydefs.py the following XHTML-1 entity is missing from
dict name2codepoint:
'apos': 0x0027, # apostrophe, U+0027 ISOnum
Above line should be added after line 72:
'ang': 0x2220, # angle, U+2220 ISOamso
|
|||
| msg138317 - (view) | Author: Éric Araujo (eric.araujo) * ![]() |
Date: 2011-06-14 14:55 | |
Please join the discussion on the already-opened report #11113. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:57:18 | admin | set | github: 56538 |
| 2011-06-14 14:55:36 | eric.araujo | set | status: open -> closed type: enhancement |
| 2011-06-13 22:20:06 | ezio.melotti | set | keywords:
+ easy nosy: + ezio.melotti, eric.araujo components: + Library (Lib), - Extension Modules |
| 2011-06-13 22:04:10 | hp.dekoning | create | |
