[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Convert a widestring to an UTF-8 encoded unicode string
Source position: line 0
function UTF8Encode( |
const s: Ansistring |
):UTF8String; |
const s: UnicodeString |
):UTF8String; |
const s: WideString |
):UTF8String; |
UTF8Encode converts an ansistring or widestring S to the equivalent UTF-8 encoded unicode string and returns this resulting string. It calls the low-level UnicodeToUTF8 function to do the actual work.
For this function to work, a widestring manager must be installed.
|
Convert an UTF-8 encoded unicode string to a widestring |
|
|
Convert a UTF-8 encoded unicode string to an ansistring |
|
|
||
|
Set the widestring manager |