https://issues.dlang.org/show_bug.cgi?id=16706
Rainer Schuetze <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Component|visuald |dmd Summary|chinese dir coverage. |non-ASCII characters in | |file names generate bad | |file names for coverage. --- Comment #3 from Rainer Schuetze <[email protected]> --- non-ASCII characters in the path even causes crashes: c:\tmp\d\lünk>type test.d int main() { return 0; } c:\tmp\d\lünk>c:\s\d\rainers\windows\bin\dmd -cov ..\lünk\test.d c:\tmp\d\lünk>test crashes (without stack trace). This is caused by the non-UTF8 name being embedded into the object file without translation to UTF8. Updating title and reassigning to dmd. --
