Opened 12 years ago
Closed 12 years ago
#5228 closed Bugs (fixed)
filesystem documentation incorrectly identifies ANSI control characters
| Reported by: | Owned by: | Beman Dawes | |
|---|---|---|---|
| Milestone: | To Be Determined | Component: | filesystem | 
| Version: | Boost 1.44.0 | Severity: | Cosmetic | 
| Keywords: | Cc: | 
Description
The V3 filesystem library reference documentation states that ANSI control characters are 0x00-0x31. That should be either 0-31 or 0x00-0x1F. The first range includes printable characters such as ., -, 0, and 1, that frequently appear in filenames on most filesystems.
http://www.boost.org/doc/libs/1_44_0/libs/filesystem/v3/doc/reference.html#Definitions
  Note:
 See   TracTickets
 for help on using tickets.
    
Fixed. Changeset 69269. Thanks!
--Beman