https://issues.dlang.org/show_bug.cgi?id=17197
Rainer Schuetze <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Rainer Schuetze <[email protected]> --- You are right that -msmode should be added, but it probably isn't going to make a lot of difference since the actual encoding is often hard to guess. In my tests the names displayed in linker messages are never correct for non-ASCII characters (there are no exceptions, though). Could you provide an example that raises the exception? To avoid the exception from occuring, pipedmd should probably never assume correct UTF-8. --
