digitalmars.D.bugs - [Issue 11089] New: std.string.toUpper doesn't work with 1:m mappings
- d-bugmail puremagic.com (21/21) Sep 21 2013 http://d.puremagic.com/issues/show_bug.cgi?id=11089
- d-bugmail puremagic.com (10/10) Sep 21 2013 http://d.puremagic.com/issues/show_bug.cgi?id=11089
- d-bugmail puremagic.com (10/10) Sep 26 2013 http://d.puremagic.com/issues/show_bug.cgi?id=11089
- d-bugmail puremagic.com (9/9) Oct 15 2013 http://d.puremagic.com/issues/show_bug.cgi?id=11089
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 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: -------
Sep 21 2013
http://d.puremagic.com/issues/show_bug.cgi?id=11089 Dmitry Olshansky <dmitry.olsh gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull 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: -------
Sep 21 2013
http://d.puremagic.com/issues/show_bug.cgi?id=11089 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: -------
Sep 26 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: -------
Oct 15 2013