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

           Summary: std.string.toUpper doesn't work with 1:m mappings
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Phobos
        AssignedTo: nob...@puremagic.com
        ReportedBy: dmitry.o...@gmail.com


--- Comment #0 from Dmitry Olshansky <dmitry.o...@gmail.com> 2013-09-21 
14:07:32 PDT ---
Test case (taht fails due to a bug in std.uni toUpper tables):

void main(){
    import std.string;
    assert("\u00df".toUpper == "SS");
}

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

Reply via email to