RittmanMead / md_to_conf

Markdown to Confluence import
MIT License
231 stars 84 forks source link

handle japanese characters #5

Closed ynaka81 closed 7 years ago

ynaka81 commented 7 years ago

When an image directory name contains japanese character, the script fails.

UnicodeDecodeError: 'ascii' codec can't decode byte 0xe5 in position 35: ordinal not in range(128)

I fix it and could you merge this change?