ScicosLab Function
Last update : 18/05/2014

XML_Conv2Latin - Remove Latin convertion

Calling Sequence

XML_Conv2Latin(%ptr)

Parameters

Description

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.

Examples

   %ptr=XML_ParserCreate();
   XML_Conv2Latin(%ptr);
  

See Also

XML_ParserCreate,  XML_ParserFree,  XML_SetUserData,  XML_SetElementHandler,  XML_SetCharDataHandler,  XML_Parse,  XML_StopParser,  XML_ResumeParser,  

Authors

METALAU project-team, INRIA A.Layec

Bibliography

'The Expat XML Parser', Available: http://expat.sourceforge.net/