From 316b5670c5030ec61df704c15dbeb1791b49d3af Mon Sep 17 00:00:00 2001 From: John Schember Date: Sat, 11 Apr 2009 17:38:12 -0400 Subject: [PATCH] space symbol --- src/calibre/ebooks/htmlsymbols.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/calibre/ebooks/htmlsymbols.py b/src/calibre/ebooks/htmlsymbols.py index fa10873845..d46e4c707a 100644 --- a/src/calibre/ebooks/htmlsymbols.py +++ b/src/calibre/ebooks/htmlsymbols.py @@ -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' ' : [' '], }