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

           Summary: toUpperInPlace doesn't work properly with unicode
                    characters
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Phobos
        AssignedTo: [email protected]
        ReportedBy: [email protected]


--- Comment #0 from Manu <[email protected]> 2013-03-01 19:46:49 PST ---
wchar[] test = "hello � world"w.dup;
toUpperInPlace(test[6..7]);
assert(test == "hello � world");

The unicode letter Thorn is not converted in place.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to