Boost C++ Libraries: Ticket #5228: filesystem documentation incorrectly identifies ANSI control characters https://svn.boost.org/trac10/ticket/5228 <p> 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. </p> <p> <a href="http://www.boost.org/doc/libs/1_44_0/libs/filesystem/v3/doc/reference.html#Definitions">http://www.boost.org/doc/libs/1_44_0/libs/filesystem/v3/doc/reference.html#Definitions</a> </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/5228 Trac 1.4.3 Beman Dawes Fri, 25 Feb 2011 15:35:59 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/5228#comment:1 https://svn.boost.org/trac10/ticket/5228#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> Fixed. Changeset 69269. Thanks! </p> <p> --Beman </p> Ticket