Skip to content

Commit c868315

Browse files
committed
IO: change the defualt encoding of the XML config to "UTF-8"
1 parent 098e2c2 commit c868315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/IO/configuration_XML.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ namespace XML {
3838
/*!
3939
Default encoding.
4040
*/
41-
const std::string DEFAULT_ENCODING = "ISO-8859-1";
41+
const std::string DEFAULT_ENCODING = "UTF-8";
4242

4343
/*!
4444
Read an XML node.

0 commit comments

Comments
 (0)