Opened 12 years ago

Closed 11 years ago

#5203 closed Bugs (fixed)

property_tree stopped working with non-english letters

Reported by: ostupnikov@… Owned by: Sebastian Redl
Milestone: To Be Determined Component: property_tree
Version: Boost 1.45.0 Severity: Regression
Keywords: Cc:

Description

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.

Attachments (1)

core.xml (504 bytes ) - added by ostupnikov@… 12 years ago.
It's the file I tried to parse to

Download all attachments as: .zip

Change History (4)

by ostupnikov@…, 12 years ago

Attachment: core.xml added

It's the file I tried to parse to

comment:1 by Sebastian Redl, 12 years ago

Will have to investigate more. Could be several things that cause the corruption here.

comment:2 by Sebastian Redl, 12 years ago

(In [69622]) Better support for UTF-8. See bug 5203. Thanks to Qiaozhiqiang for tracking down the actual problem.

comment:3 by Sebastian Redl, 11 years ago

Resolution: fixed
Status: newclosed

(In [71993]) Merge UTF-8 XML support improvements (r69622) to release. Fixes bug 5203.

Note: See TracTickets for help on using tickets.