UTF-8 fix for preferences

presentation
siliconninja 8 years ago committed by GitHub
parent cb08b574d5
commit 4f5554941f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/control/settings/Settings.cpp

@ -892,7 +892,7 @@ void Settings::save()
saveData(root, p.first, p.second);
}
xmlSaveFormatFileEnc(filename.c_str(), doc, "ISO-8859-1", 1);
xmlSaveFormatFileEnc(filename.c_str(), doc, "UTF-8", 1);
xmlFreeDoc(doc);
}

Loading…
Cancel
Save