Closed ronanpaixao closed 8 years ago
There is a bug in markup.py handling of Unicode filenames and files.
markup.py
If I have a non-ASCII character in a filename, I get this error message:
ERROR: Could not process <filename> | UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 201: ordinal not in range(128)
And if I have a non-ASCII character in the contents, I get this:
I have tracked the errors and soon will submit a PR.
Fixed in #55
There is a bug in
markup.py
handling of Unicode filenames and files.If I have a non-ASCII character in a filename, I get this error message:
And if I have a non-ASCII character in the contents, I get this:
I have tracked the errors and soon will submit a PR.