[Issue 4483] foreach over string or wstring, where element type not specified, does not support unicode
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu Jan 23 21:34:28 PST 2014
https://d.puremagic.com/issues/show_bug.cgi?id=4483
Walter Bright <bugzilla at digitalmars.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bugzilla at digitalmars.com
--- Comment #8 from Walter Bright <bugzilla at digitalmars.com> 2014-01-23 21:34:22 PST ---
I'm very much opposed to this. The way it works now has been that way from the
beginning, and an unknowably vast amount of code depends on it.
Furthermore, I don't like the inherent slowdowns it causes. Only rarely does
one need decoded chars, the rest of the time working with bytes is fast and
correct.
--
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list