[Issue 11017] std.string/uni.toLower is very slow

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Sep 12 12:45:46 PDT 2013


http://d.puremagic.com/issues/show_bug.cgi?id=11017



--- Comment #2 from Peter Alexander <peter.alexander.au at gmail.com> 2013-09-12 12:45:45 PDT ---
(In reply to comment #1)
> There 2 things here to consider - first the 2nd one is not correct in general
> (1 codepoint can map to many e.g. german sharp S).

Good point, although std.uni.toUpper doesn't handle it either :-)

assert("ß".toUpper == "ß"); // passes

-- 
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