]> git.phdru.name Git - bookmarks_db.git/blobdiff - sort_db.py
Fix(Robot): Stop splitting and un-splitting URLs
[bookmarks_db.git] / sort_db.py
index 143c7d1349c44be69406dc4137f3c1d88c10d23a..4dd117e51219cbf818d3c9ce4db004b676e07cf2 100755 (executable)
@@ -99,7 +99,7 @@ def run():
         sys.stdout.write("Writing %s: " % output_filename)
         sys.stdout.flush()
 
-    outfile = open(output_filename, 'w')
+    outfile = open(output_filename, 'wt', encoding='utf-8')
     writer = writer(outfile)
     writer.root_folder(root_folder)
     walk_linear(linear, writer)