Change the way Unicode is handled in HTML, and clean up the class a bit
This commit is contained in:
+1
-1
@@ -176,7 +176,7 @@ class GuiDocViewer(QTextBrowser):
|
||||
# See issue #298
|
||||
try:
|
||||
aDoc.setText(tHandle)
|
||||
aDoc.doAutoReplace()
|
||||
aDoc.doPreProcessing()
|
||||
aDoc.tokenizeText()
|
||||
aDoc.doConvert()
|
||||
aDoc.doPostProcessing()
|
||||
|
||||
Reference in New Issue
Block a user