|
|
|
|
UTF8ToUnicode (Function) In french: UTF8VersUnicode Converts a UTF-8 string to Unicode. sString is string = "Antananarivo" // Convert into Unicode string sUnicodeString is UNICODE string = UTF8ToUnicode(sString)
Syntax
<Result> = UTF8ToUnicode(<UTF-8 string to convert>)
<Result>: Character string - Unicode string
- EOT if a conversion problem occurred.
<UTF-8 string to convert>: Character string String to convert. This character string is not modified.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|