[Issue 11229] std.string.toLower is slow

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Mon May 9 15:30:33 PDT 2016


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

--- Comment #10 from Jon Degenhardt <jrdemail2000-dlang at yahoo.com> ---
(In reply to Jon Degenhardt from comment #9)

> The version I wrote (and the single character version of toLower it
> calls) do "simple case folding", where the character length may expand.
>
Sorry, that should have read:
   "simple case folding", where the character length may *not* expand.

--


More information about the Digitalmars-d-bugs mailing list