IMPORT_C char * | XmlEngEscapeForXmlValueL | ( | const char * | aUnescapedString | ) |
Converts a xml string that may contains entities to a xml string with entity references, i.e. "t>x" -> "t>x"
Parameters | |
---|---|
aUnescapedString | The string to escape |
Leave Codes | |
---|---|
KErrNoMemory | Memory allocation error |
IMPORT_C char * | XmlEngXmlCharFromDesL | ( | const TDesC & | aDes | ) |
Convert a UTF-16 descriptor into a UTF-8 zero-terminated string
Parameters | |
---|---|
aDes | The descriptor to convert |
Leave Codes | |
---|---|
KErrNoMemory | Memory allocation error |
IMPORT_C char * | XmlEngXmlCharFromDes8L | ( | const TDesC8 & | aDes | ) |
Convert a TDesC8 descriptor with UTF-8 characters into a UTF-8 zero-terminated string.
Parameters | |
---|---|
aDes | The descriptor to convert |
Leave Codes | |
---|---|
KErrNoMemory | Memory allocation error |