Update to SeSQL 0.15
This commit is contained in:
parent
fb18bdeb5e
commit
177d4b8c65
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ CROSS_INDEXES = ()
|
|||
from htmlentitydefs import name2codepoint
|
||||
from xml.sax import saxutils
|
||||
|
||||
html_entities = dict([('&%s;' % k, unichr(v).encode(config.CHARSET)) for k,v in name2codepoint.items() ])
|
||||
html_entities = dict([('&%s;' % k, unichr(v).encode(CHARSET)) for k,v in name2codepoint.items() ])
|
||||
ADDITIONAL_CLEANUP_FUNCTION = lambda value: saxutils.unescape(value, html_entities)
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue