diff --git a/ankiqt/ui/utils.py b/ankiqt/ui/utils.py index aaa45667a..89c606e30 100644 --- a/ankiqt/ui/utils.py +++ b/ankiqt/ui/utils.py @@ -184,4 +184,6 @@ def mungeQA(deck, txt): create=True), match).encode("utf-8")), "utf-8") return 'img src="%s"' % src txt = re.sub('img src="(.*?)"', quote, txt) + # hack to fix thai presentation issues + txt = txt.replace("", "​") return txt