Skip to content

Commit f5010a2

Browse files
author
Juan
committed
ensure_ascii=false
1 parent ced25df commit f5010a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PDFigCapX.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,5 +146,5 @@ def __process_figures(self, _images, _input_path, _pdf, _xpdf_output_path, _outp
146146
# pprint(_data[_pdf])
147147
json_file = join(output_file_path, '%s.json' % _pdf[:-4])
148148
with open(json_file, 'w') as outfile:
149-
json.dump(data[_pdf], outfile)
149+
json.dump(data[_pdf], outfile, ensure_ascii=False)
150150
return True

0 commit comments

Comments
 (0)