We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 098e2c2 commit c868315Copy full SHA for c868315
src/IO/configuration_XML.cpp
@@ -38,7 +38,7 @@ namespace XML {
38
/*!
39
Default encoding.
40
*/
41
-const std::string DEFAULT_ENCODING = "ISO-8859-1";
+const std::string DEFAULT_ENCODING = "UTF-8";
42
43
44
Read an XML node.
0 commit comments