https://issues.dlang.org/show_bug.cgi?id=13493

--- Comment #6 from Vladimir Panteleev <[email protected]> ---
(In reply to Sönke Ludwig from comment #0)
> DMD only accepts files that contain ASCII characters (maybe even LATIN1). 
> Everything else results in an error message similar to this:
> 
> $ dmd тєѕт.d
> Error: cannot read file ????.d
> 
> Reproducible with any Cyrillic character.

With DMD 2.066:

> dmd тест.d
Error: invalid file name '.d'

> dmd "тест.d"
(works, and creates тест.exe)

So, I guess it will still accept characters in the user's code page, as long as
they are quoted.

--

Reply via email to