Closed dumbbell closed 5 years ago
My initial patch was way too complicated. After re-reading the Using Unicode in Erlang documentation, I understood that the conversion was done by the file:write_file()
function. Converting the string just before passing it to the file
module is enough to fix the problem.
Nice!
Merged, thanks! Push in a few.
Without this patch, the added testcase would fail with the following error:
In this case, the path contains UTF-8-encoded
é
characters and they appear to be converted to ISO-8859-1 in themakedep.erl
script.