[Issue 11017] std.string/uni.toLower is very slow
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu Sep 12 12:52:31 PDT 2013
http://d.puremagic.com/issues/show_bug.cgi?id=11017
--- Comment #4 from Peter Alexander <peter.alexander.au at gmail.com> 2013-09-12 12:52:31 PDT ---
(In reply to comment #3)
> To Lower will do. Sharp S is capital ;)
assert("ß".toLower == "ß");
assert("ß".toUpper == "ß");
Both pass.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list