isolatintoutf
Syntax
new_text = isolatintoutf (string)
Arguments
string, new_text: text
Meaning
Converts a string of isolatin to Unicode in UTF-8 encoding. This function is for use in for instance XML files.
Example
new_text = isolatintoutf ('café')
Result
new_text is ‘café’. Only the memory representation of the string has changed from isolatin to UTF-8.