space symbol

This commit is contained in:
John Schember 2009-04-11 17:38:12 -04:00
parent 8d774b6e7c
commit 316b5670c5

View File

@ -306,5 +306,7 @@ HTML_SYMBOLS = {
u'ý' : ['ý', 'ý'], # latin small letter y with acute
u'þ' : ['þ', 'þ'], # latin small letter thorn
u'ÿ' : ['ÿ', 'ÿ'], # latin small letter y with diaeresis
# More
u' ' : [' '],
}