The authors' names contain diacritical characters that should be preserved across file edits. Visual Studio Code, Rust tooling, etc. all assume UTF-8 and either mangle the names or refuse to run outright.
I've patched this using an encoding detector and iconv to locate the ISO-8859-1 files and convert them to UTF-8.
The authors' names contain diacritical characters that should be preserved across file edits. Visual Studio Code, Rust tooling, etc. all assume UTF-8 and either mangle the names or refuse to run outright.
I've patched this using an encoding detector and
iconv
to locate the ISO-8859-1 files and convert them to UTF-8.