[Issue 22473] dmd foreach loops throw exceptions on invalid UTF sequences, use replacementDchar instead

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Nov 4 11:53:33 UTC 2021


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

Adam D. Ruppe <destructionator at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |destructionator at gmail.com

--- Comment #2 from Adam D. Ruppe <destructionator at gmail.com> ---
I believe making it either wchar or dchar will cause it to try to convert, and
throw on failure.

--


More information about the Digitalmars-d-bugs mailing list