Thread overview
[Issue 11089] New: std.string.toUpper doesn't work with 1:m mappings
Sep 21, 2013
Dmitry Olshansky
Sep 21, 2013
Dmitry Olshansky
Oct 15, 2013
Dmitry Olshansky
September 21, 2013
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: nobody@puremagic.com
        ReportedBy: dmitry.olsh@gmail.com


--- Comment #0 from Dmitry Olshansky <dmitry.olsh@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: -------
September 21, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=11089


Dmitry Olshansky <dmitry.olsh@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull


--- Comment #1 from Dmitry Olshansky <dmitry.olsh@gmail.com> 2013-09-21 14:29:30 PDT ---
https://github.com/D-Programming-Language/phobos/pull/1593

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
September 26, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=11089



--- Comment #2 from github-bugzilla@puremagic.com 2013-09-26 07:27:20 PDT ---
Commit pushed to master at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/256b62b37089068f3594d60e2e4a739c66cae2cc fix issue 11089 toUpper doesn't work with 1:m mappings

Also fixes a typo in generic toCase, adds test cases for previously fixed issue 9629

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
October 15, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=11089


Dmitry Olshansky <dmitry.olsh@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


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