[Issue 15440] New: std.uni outputs \u0069\u0307 as the lower case of \u0130
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Sun Dec 13 13:55:24 PST 2015
https://issues.dlang.org/show_bug.cgi?id=15440
Issue ID: 15440
Summary: std.uni outputs \u0069\u0307 as the lower case of
\u0130
Product: D
Version: D2
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P1
Component: phobos
Assignee: nobody at puremagic.com
Reporter: jack at jackstouffer.com
\u0130 is a Turkish character and its lower case version is a normal lower case
i, but all of the functions in std.uni which handle making numbers lower cased
(e.g. toLower, asCapitalized) output \u0069\u0307 instead of just \u0069.
--
More information about the Digitalmars-d-bugs
mailing list