Hi,
I tried to use this preprocessor definition with version 1.2.9 to solve my problem with diacrtic characters in XML documents.
The following methods don't compile because XMLString is now defined as std::wstring.The issue is that std::string et std::wstring cannot be casted into each other, or copied one to another, or compared using "==".
void XMLConfiguration::load(const std::string& path)
bool XMLConfiguration::getRaw(const std::string& key, std::string& value) const
const Poco::XML::Node* XMLConfiguration::findElement(const std::string& name, const
const Poco::XML::Node* XMLConfiguration::findAttribute(const std::string& name, const Poco::XML::Node* pNode)
void XMLConfiguration::enumerate(const std::string& key, Keys& range) const





