Thread overview
[Issue 14474] Use UTF-8 encoding for @cmdfile
Apr 20, 2015
Dāvis
Apr 22, 2015
Martin Nowak
Nov 02, 2019
godmyoh
Dec 17, 2022
Iain Buclaw
April 20, 2015
https://issues.dlang.org/show_bug.cgi?id=14474

--- Comment #1 from Dāvis <davispuh@gmail.com> ---
Created a quick PR https://github.com/D-Programming-Language/dmd/pull/4602

--
April 22, 2015
https://issues.dlang.org/show_bug.cgi?id=14474

Martin Nowak <code@dawg.eu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |code@dawg.eu

--- Comment #2 from Martin Nowak <code@dawg.eu> ---
(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.

--
November 02, 2019
https://issues.dlang.org/show_bug.cgi?id=14474

godmyoh <menodinulla@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |menodinulla@gmail.com

--- Comment #3 from godmyoh <menodinulla@gmail.com> ---
Is anyone working on this issue?

This PR is closed but doesn't seem to be resolved. https://github.com/dlang/dmd/pull/4602

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=14474

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P3

--