Thread overview
[Issue 18801] std.stdio.File doesn't work with MSVCRT's UTF-8 mode
Apr 26, 2018
ag0aep6g
May 09, 2019
Dlang Bot
Sep 17, 2020
Dlang Bot
April 26, 2018
https://issues.dlang.org/show_bug.cgi?id=18801

ag0aep6g <ag0aep6g@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull
           Assignee|nobody@puremagic.com        |ag0aep6g@gmail.com

--- Comment #1 from ag0aep6g <ag0aep6g@gmail.com> ---
(In reply to ag0aep6g from comment #0)
> I'm going to try and fix this.

https://github.com/dlang/phobos/pull/6477

--
May 09, 2019
https://issues.dlang.org/show_bug.cgi?id=18801

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@aG0aep6G updated dlang/phobos pull request #6477 "[WIP] fix issue 18801 - std.stdio.File doesn't work with MSVCRT's UTF-8 mode" fixing this issue:

- fix issue 18801 - std.stdio.File doesn't work with MSVCRT's UTF-8 mode

https://github.com/dlang/phobos/pull/6477

--
September 17, 2020
https://issues.dlang.org/show_bug.cgi?id=18801

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/phobos pull request #6477 "fix issue 18801 - std.stdio.File doesn't work with MSVCRT's UTF-8 mode" was merged into master:

- 6854f0c84a40e9d7b9e98b668502f6c4db50a84b by aG0aep6G:
  fix issue 18801 - std.stdio.File doesn't work with MSVCRT's UTF-8 mode

https://github.com/dlang/phobos/pull/6477

--