Helpviewer/HelpBrowserWV.py

changeset 4357
815d1f3116ff
parent 4355
40ec6bef4c22
child 4611
8893614fc54a
child 4612
c9982bcd00f8
--- a/Helpviewer/HelpBrowserWV.py	Fri Aug 07 19:40:15 2015 +0200
+++ b/Helpviewer/HelpBrowserWV.py	Sun Aug 09 17:01:36 2015 +0200
@@ -864,7 +864,8 @@
             resource = LinkedResource()
             resource.rel = rel
             resource.type_ = type_
-            resource.href = baseUrl.resolved(QUrl.fromEncoded(href))
+            resource.href = baseUrl.resolved(
+                QUrl.fromEncoded(href.encode("utf-8")))
             resource.title = title
             
             resources.append(resource)

eric ide

mercurial