]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/Config/Config_XMLReader.cpp
Salome HOME
Translate strings with corresponded codec
[modules/shaper.git] / src / Config / Config_XMLReader.cpp
index bdfaa583af7022ce135c0b4a91ad8213325f8874..1dab4ac3d46667278c11936eeba332ec55bb1b57 100644 (file)
@@ -199,3 +199,8 @@ bool Config_XMLReader::cleanupAttribute(const char* theNodeName, const char* the
   }
   return result;
 }
+
+const char* Config_XMLReader::encoding() const
+{ 
+  return (const char*) myXmlDoc->encoding; 
+}
\ No newline at end of file