January 03, 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@digitalmars.com
        ReportedBy: thomas-dloop@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


--