diff options
author | Terseus <terseus@gmail.com> | 2014-02-18 21:37:58 +0100 |
---|---|---|
committer | Terseus <terseus@gmail.com> | 2014-02-18 21:37:58 +0100 |
commit | b6583909a9783dd5fc9595ba56f5d9f7557898b0 (patch) | |
tree | 76e6b24fcbeb148534772b55fbeaeead3bdabb7f /core/object.h | |
parent | 2bfbf8978189ed8d785d7f707ad573ce2a2bf2a7 (diff) |
Fix #113 editor_settings.xml corruption
In the `parse_tag` method of the `class ResourceInteractiveLoaderXML`,
the class responsible of loading the editor_settings.xml file, the
properties' values are loaded directly into an `String` object but the
file contents are always UTF-8, which leads to garbage in the XML file
when saved.
This patch reads the properties' values in a `CharString` and translate
them to UTF-8.
Diffstat (limited to 'core/object.h')
0 files changed, 0 insertions, 0 deletions