https://issues.dlang.org/show_bug.cgi?id=14474
Martin Nowak <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Martin Nowak <[email protected]> --- (In reply to Dāvis from comment #0) > One solution could be to change DUB to save it in Windows default ANSI code > page, but I think that's a very bad idea because then that file won't be > portable. It doesn't need to be portable, it's just used for a single compiler invocation. > So best would be to enforce it being in UTF-8 encoding and then decode in > DMD for respective code page which is used for WinAPI calls. UTF-8 sounds reasonable. --
