Thread overview
[Issue 21131] Appender with string does not process UTF input ranges properly
Aug 07, 2020
Dlang Bot
Aug 07, 2020
Dlang Bot
August 07, 2020
https://issues.dlang.org/show_bug.cgi?id=21131

Steven Schveighoffer <schveiguy@yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Hardware|x86                         |All
                 OS|Mac OS X                    |All

--
August 07, 2020
https://issues.dlang.org/show_bug.cgi?id=21131

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@schveiguy created dlang/phobos pull request #7583 "Fix 21131 -- proper handling of non-dchar appending to Appender!wstring and Appender!dstring" fixing this issue:

- Fix 21131. Detect certain string appending situations and properly
  handle them.

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

--
August 07, 2020
https://issues.dlang.org/show_bug.cgi?id=21131

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

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/phobos pull request #7583 "Fix 21131 -- proper handling of non-dchar appending to Appender!wstring and Appender!dstring" was merged into master:

- 9c64fd76ffc2c78981a48d6f9201f52bfbf23760 by Steven Schveighoffer:
  Fix 21131. Detect certain string appending situations and properly
  handle them.

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

--