XML_Conv2Latin - Remove Latin convertion
Because Expat returns only UTF8 strings, this function can be used to revert the automatic convertion in Latin strings implemented in ScicosLab/Expat interfacing functions. If used, then the readed strings will be returned in UTF8 coding. The XML pointer must be created with XML_ParserCreate.
%ptr=XML_ParserCreate(); XML_Conv2Latin(%ptr);
XML_ParserCreate, XML_ParserFree, XML_SetUserData, XML_SetElementHandler, XML_SetCharDataHandler, XML_Parse, XML_StopParser, XML_ResumeParser,
'The Expat XML Parser', Available: http://expat.sourceforge.net/