X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=Storage%2Fdebug-json%2Fpprint-json.py;fp=Storage%2Fdebug-json%2Fpprint-json.py;h=6b9d28056172a3f446b237c679edef06e1dd3ce1;hb=64b2e0c0275c1487574614bbfb0ca1ef50fae1df;hp=b90f9f057ab80a88d7cc01b9e4f0881e52798bef;hpb=e5a4bfbed97d95fd2a658d6dde003b5af154d95d;p=bookmarks_db.git diff --git a/Storage/debug-json/pprint-json.py b/Storage/debug-json/pprint-json.py index b90f9f0..6b9d280 100755 --- a/Storage/debug-json/pprint-json.py +++ b/Storage/debug-json/pprint-json.py @@ -4,7 +4,7 @@ import sys import json from pprint import pprint -infile = open(sys.argv[1], 'rt') +infile = open(sys.argv[1], 'rt', encoding='utf-8') bkmk_s = infile.read() infile.close()