From 995685241a1b400ab9370bd81aa736d9ddfefbf8 Mon Sep 17 00:00:00 2001 From: "Veronica K. B. Olsen" <1619840+vkbo@users.noreply.github.com> Date: Sat, 22 Aug 2020 13:20:19 +0200 Subject: [PATCH] The html converter should strip these out again --- nw/core/tohtml.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nw/core/tohtml.py b/nw/core/tohtml.py index dadf55bd..6053082a 100644 --- a/nw/core/tohtml.py +++ b/nw/core/tohtml.py @@ -54,6 +54,8 @@ class ToHtml(Tokenizer): nwUnicode.U_NBSP : nwUnicode.H_NBSP, nwUnicode.U_THNSP : nwUnicode.H_THNSP, nwUnicode.U_THNBSP : nwUnicode.H_THNBSP, + nwUnicode.U_MAPOSS : nwUnicode.H_RSQUO, + nwUnicode.U_MAPOSD : nwUnicode.H_RDQUO, } self.revDict = {} self.reReplace = []