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: [email protected]
ReportedBy: [email protected]
--- Comment #0 from Dmitry Olshansky <[email protected]> 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: -------