Helpviewer/History/HistoryManager.py

branch
Py2 comp.
changeset 2599
2373006616da
parent 2525
8b507a9a2d40
child 3057
10516539f238
--- a/Helpviewer/History/HistoryManager.py	Mon Apr 15 20:26:57 2013 +0200
+++ b/Helpviewer/History/HistoryManager.py	Sat Apr 20 18:45:45 2013 +0200
@@ -467,7 +467,7 @@
             stream.writeUInt32(HISTORY_VERSION)
             stream.writeString(itm.url.encode())
             stream << itm.dateTime
-            stream.writeString(itm.title.encode())
+            stream.writeString(itm.title.encode('utf-8'))
             f.write(data)
         
         f.close()

eric ide

mercurial