Boost C++ Libraries: Ticket #10820: UTF-8 escaping in property_tree JSON serialization is wrong https://svn.boost.org/trac10/ticket/10820 <p> Unicode escaper erroneously uses signed char comparison with unsigned entities, producing invalid results for utf-8. </p> <p> The patch and test cases are provided in <a class="ext-link" href="https://github.com/boostorg/property_tree/pull/7"><span class="icon">​</span>https://github.com/boostorg/property_tree/pull/7</a> </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/10820 Trac 1.4.3 Sebastian Redl Wed, 21 Jan 2015 13:18:34 GMT status changed https://svn.boost.org/trac10/ticket/10820#comment:1 https://svn.boost.org/trac10/ticket/10820#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> </ul> <p> It's an erroneous assumption that PTree should work with UTF-8 in the first place, but I accepted the pull request. It's now in the develop branch, and will be merged to master soon. </p> Ticket Sebastian Redl Fri, 23 Jan 2015 10:46:42 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/10820#comment:2 https://svn.boost.org/trac10/ticket/10820#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> Merged to master in commit 3befb8cbe4. </p> Ticket