Boost C++ Libraries: Ticket #6318: Whether continuous 'A' ~ 'Z' is implementation defined https://svn.boost.org/trac10/ticket/6318 <p> I have found that "boost/spirit/home/qi/numeric/detail/numeric_utils.hpp" is not assumed to be continuous 'A' ~ 'Z'. But the C++ standard does not define it. I think this is a problem. Thank you. </p> <p> This document was generated mostly by Google Translate. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/6318 Trac 1.4.3 Joel de Guzman Sat, 24 Dec 2011 01:14:21 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/6318#comment:1 https://svn.boost.org/trac10/ticket/6318#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">invalid</span> </li> </ul> <p> Spirit requires a well defined input encoding such as ASCII, ISO8859-1 or Unicode. It does not matter if the C++ standard does not define it. Spirit defines what it needs and it is a user error to use an encoding outside what Spirit requires. </p> Ticket