[Issue 12898] `std.process.browse` expects URL to be encoded in CP_ACP on Windows instead of UTF-8

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Thu Jun 12 15:30:03 PDT 2014


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

--- Comment #2 from github-bugzilla at puremagic.com ---
Commit pushed to master at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/176f1246f3ecc9507b88fb7aa68e8d17a2fbaaa6
Issue 12898 - `std.process.browse` expects URL to be encoded in CP_ACP on
Windows instead of UTF-8

Use Unicode version of `ShellExecute` in `std.process.browse`.
Also remove needless `ShellExecuteA` declaration.

--


More information about the Digitalmars-d-bugs mailing list