cpc / openasip

Open Application-Specific Instruction Set processor tools (OpenASIP)
http://openasip.org
Other
144 stars 43 forks source link

Modern tooling assumes UTF-8, but most files are in ISO-8859-1 or Windows-1252 #147

Closed sarahec closed 2 years ago

sarahec commented 2 years ago

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.