Opened 12 years ago
Closed 11 years ago
#5203 closed Bugs (fixed)
property_tree stopped working with non-english letters
Reported by: | 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)
Change History (4)
by , 12 years ago
comment:1 by , 12 years ago
Will have to investigate more. Could be several things that cause the corruption here.
comment:2 by , 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 , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
It's the file I tried to parse to