[Issue 787] New: incorrect documentation of std.ctype.isprint

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Jan 2 18:58:42 PST 2007


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

           Summary: incorrect documentation of std.ctype.isprint
           Product: D
           Version: 0.178
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P3
         Component: Phobos
        AssignedTo: bugzilla at digitalmars.com
        ReportedBy: thomas-dloop at kuehne.cn


current:
Returns !=0 if c is a printing character except for the space character

should be:
Returns !=0 if c is a printing character including the space character


-- 



More information about the Digitalmars-d-bugs mailing list