[Issue 14474] Use UTF-8 encoding for @cmdfile

2022-12-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14474

Iain Buclaw  changed:

   What|Removed |Added

   Priority|P1  |P3

--


[Issue 14474] Use UTF-8 encoding for @cmdfile

2019-11-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14474

godmyoh  changed:

   What|Removed |Added

 CC||menodinu...@gmail.com

--- Comment #3 from godmyoh  ---
Is anyone working on this issue?

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

--


[Issue 14474] Use UTF-8 encoding for @cmdfile

2015-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14474

Martin Nowak c...@dawg.eu changed:

   What|Removed |Added

 CC||c...@dawg.eu

--- Comment #2 from Martin Nowak c...@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.

--


[Issue 14474] Use UTF-8 encoding for @cmdfile

2015-04-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14474

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

--