Skip to content
Snippets Groups Projects
Commit f21a07de authored by Markus Frank's avatar Markus Frank Committed by MarkusFrankATcernch
Browse files

Set locale to C before parsing XML files

parent e2a0dc27
No related branches found
No related tags found
No related merge requests found
...@@ -21,6 +21,7 @@ ...@@ -21,6 +21,7 @@
// C/C++ include files // C/C++ include files
#include <stdexcept> #include <stdexcept>
#include <clocale> #include <clocale>
#include <cstring>
#ifndef __TIXML__ #ifndef __TIXML__
#include "xercesc/dom/DOMException.hpp" #include "xercesc/dom/DOMException.hpp"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment