[epub, mobi] fix for hanging single letter conjunctions - currenty disabled
authorRobert Błaut <listy@blaut.biz>
Thu, 30 Jan 2014 09:39:34 +0000 (10:39 +0100)
committerRobert Błaut <listy@blaut.biz>
Thu, 30 Jan 2014 09:39:34 +0000 (10:39 +0100)
for future use.

librarian/epub.py

index 6a2b3c5..81dcb6e 100644 (file)
@@ -78,6 +78,7 @@ def replace_characters(node):
     def replace_chars(text):
         if text is None:
             return None
+        #text = re.sub(r"(?<=\s\w)\s+", u"\u00a0", text) #fix for hanging single letter conjunctions – for future use.
         return text.replace(u"\ufeff", u"")\
                    .replace("---", u"\u2014")\
                    .replace("--", u"\u2013")\