Boost C++ Libraries: Ticket #5203: property_tree stopped working with non-english letters https://svn.boost.org/trac10/ticket/5203 <p> The same .xml file can be parsed fine using property_tree from 1.43, but it cannot be parsed using 1.45 version. When I replace all non-english letters to english letters it works file. I tried to use boost 1.45 with property_tree from 1.43 and it works too. The latest code from boost's developers trunk has the same issue. Please take a look at the issue. I think it's a serious regression. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/5203 Trac 1.4.3 ostupnikov@… Sat, 19 Feb 2011 11:51:43 GMT attachment set https://svn.boost.org/trac10/ticket/5203 https://svn.boost.org/trac10/ticket/5203 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">core.xml</span> </li> </ul> <p> It's the file I tried to parse to </p> Ticket Sebastian Redl Wed, 23 Feb 2011 16:43:28 GMT <link>https://svn.boost.org/trac10/ticket/5203#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/5203#comment:1</guid> <description> <p> Will have to investigate more. Could be several things that cause the corruption here. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Sebastian Redl</dc:creator> <pubDate>Mon, 07 Mar 2011 09:46:04 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/5203#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/5203#comment:2</guid> <description> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/69622" title="Better support for UTF-8. See bug 5203. Thanks to Qiaozhiqiang for ...">[69622]</a>) Better support for UTF-8. See bug 5203. Thanks to Qiaozhiqiang for tracking down the actual problem. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Sebastian Redl</dc:creator> <pubDate>Mon, 16 May 2011 18:39:12 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/5203#comment:3 https://svn.boost.org/trac10/ticket/5203#comment:3 <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> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/71993" title="Merge UTF-8 XML support improvements (r69622) to release. Fixes bug 5203.">[71993]</a>) Merge UTF-8 XML support improvements (<a class="changeset" href="https://svn.boost.org/trac10/changeset/69622" title="Better support for UTF-8. See bug 5203. Thanks to Qiaozhiqiang for ...">r69622</a>) to release. Fixes bug 5203. </p> Ticket