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: nob...@puremagic.com
          Reporter: j...@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.

--

Reply via email to