[Issue 4483] foreach over string or wstring, where element type not specified, does not support unicode
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Wed Jul 16 04:59:29 PDT 2014
https://issues.dlang.org/show_bug.cgi?id=4483
--- Comment #14 from github-bugzilla at puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/phobos
https://github.com/D-Programming-Language/phobos/commit/eca3a10dd232541036c0bbc00cb7a4236d0f2276
Fix Issue 4483 - foreach over string or wstring, where element type not
specified
std.process does not support Unicode and assume it's iterating over
ASCII.
https://github.com/D-Programming-Language/phobos/commit/e3cdb418ea175ae8c4020973be6587cfd66779cc
Merge pull request #1873 from lionello/bug4483
Preparation for issue 4483, specifying foreach char iteration type
--
More information about the Digitalmars-d-bugs
mailing list