www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 15440] New: std.uni outputs \u0069\u0307 as the lower case of

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 puremagic.com
          Reporter: jack 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.

--
Dec 13 2015