Thread overview
[Issue 18789] std.stdio messes up UTF conversions on output
Apr 21, 2018
ag0aep6g
Sep 17, 2020
Dlang Bot
Oct 06, 2020
Dlang Bot
Oct 06, 2020
ag0aep6g
April 21, 2018
https://issues.dlang.org/show_bug.cgi?id=18789

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)
> PR follows.

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

--
April 29, 2018
https://issues.dlang.org/show_bug.cgi?id=18789

--- Comment #2 from github-bugzilla@puremagic.com ---
Commit pushed to master at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/d5cc4c5087a1819ac716cb5ea11d988fa667f822 fix conversion from wchar to char in LockingTextWriter.put

Fixes the easier part of issue 18789.

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

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
@aG0aep6G updated dlang/phobos pull request #6469 "[WIP] fix issue 18789 - std.stdio messes up UTF conversions on output" mentioning this issue:

- fix conversion from wchar to wchar_t in LockingTextWriter.put

  This fixes issue 18789.

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

--
October 06, 2020
https://issues.dlang.org/show_bug.cgi?id=18789

--- Comment #4 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/phobos pull request #6469 "fix issue 18789 - std.stdio messes up UTF conversions on output" was merged into master:

- 41f78fc1e111323a5097a2f96d8e232cb27e01d1 by aG0aep6G:
  fix conversion from wchar to wchar_t in LockingTextWriter.put

  This fixes issue 18789.

- e7e75cf2343bee5bae24622ef8035cde159b6c52 by aG0aep6G:
  add the original test case of issue 18789

  ... to ensure that it doesn't throw any exceptions like it used to.

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

--
October 06, 2020
https://issues.dlang.org/show_bug.cgi?id=18789

ag0aep6g <ag0aep6g@gmail.com> changed:

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

--- Comment #5 from ag0aep6g <ag0aep6g@gmail.com> ---
(In reply to Dlang Bot from comment #4)
>   This fixes issue 18789.

Not sure why the bot didn't pick that up. Closing as fixed.

--