X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=db2bkmk.py;h=4e50101c6176318b377475c5704544d3595b31f0;hb=865ee60d6e5813866423b4481ff5ed3411a1a7fe;hp=07e2756cae6e547d40064458db8422d86df49f41;hpb=4ea75aed268e3d34863a0002a76329202ffe75ec;p=bookmarks_db.git diff --git a/db2bkmk.py b/db2bkmk.py index 07e2756..4e50101 100755 --- a/db2bkmk.py +++ b/db2bkmk.py @@ -97,7 +97,7 @@ def run(): root_folder.walk_depth(Transl(transl_d)) - outfile = open(output_filename, 'w') + outfile = open(output_filename, 'w', encoding='utf-8') root_folder.walk_depth(writer(outfile, prune)) outfile.close()