www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 787] New: incorrect documentation of std.ctype.isprint

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


-- 
Jan 02 2007