[Issue 11771] New: Unicode set intersection with char brocken

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Dec 19 03:13:07 PST 2013


https://d.puremagic.com/issues/show_bug.cgi?id=11771

           Summary: Unicode set intersection with char brocken
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: major
          Priority: P2
         Component: Phobos
        AssignedTo: nobody at puremagic.com
        ReportedBy: ilyayaroshenko at gmail.com


--- Comment #0 from Илья Ярошенко <ilyayaroshenko at gmail.com> 2013-12-19 03:13:05 PST ---
(unicode.Cyrillic & '-') should be an empty set, but it is {'-'}.

The problem probably with private function  ref subChar(dchar ch).

_______________
DMD 2.264.2, kubuntu 13.10, 64bit

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


More information about the Digitalmars-d-bugs mailing list