Boost C++ Libraries: Ticket #6968: a character in the boost code not representable in Japanese OS https://svn.boost.org/trac10/ticket/6968 <p> Hi, I am using Windows 7 Japanese OS, with VS2010. Boost version is 1_33_1, I think. When I compile a project that uses boost, I get the following warnings. </p> <p> C:\_Applied\AP.v10.0.3.3.Win32\asap\include\boost/lexical_cast.hpp : warning C4819: The file contains a character that cannot be represented in the current code page (932). Save the file in Unicode format to prevent data loss </p> <p> c:\_applied\ap.v10.0.3.3.win32\asap\include\boost/type_traits/is_base_and_derived.hpp : warning C4819: The file contains a character that cannot be represented in the current code page (932). Save the file in Unicode format to prevent data loss </p> <p> When I check the code, turns out that a guy named Terje Sletteb? (the letter after the b is garbage character in a Japanese OS) is using a special character that is not handled in a Japanese OS (code page 932). </p> <p> How can I get rid of this warnings? </p> <ol><li>save the boost files in Unicode 1200 using VS2010 </li><li>can future boost library codes be saved in Unicode from the start? </li></ol><p> I wish you can do option2. </p> <p> Thank you, Atsushi </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/6968 Trac 1.4.3 Antony Polukhin Wed, 06 Jun 2012 19:09:06 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/6968#comment:1 https://svn.boost.org/trac10/ticket/6968#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> We have a special page with auto generated reports for such bugs: <a class="ext-link" href="http://boost.cowic.de/rc/inspect-trunk.html"><span class="icon">​</span>inspection page</a>. We fix those bugs as soon as we can (or as soon as we remember about the inspection reports page).<br /> <br /> Looks like current versions of boost have no problems with Terje Sletteb, so I`m closing this ticket. <br /> Thanks for the report! </p> Ticket