[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Convert a widestring to a UTF-8 encoded unicode string
Source position: ustringh.inc line 103
function UTF8Decode( |
const s: UTF8String |
):UnicodeString; |
UTF8Decode converts the widestring S to a UTF-8 encoded unicode string and returns the resulting string. It calls the low-level Utf8ToUnicode function to do the actual work.
For this function to work, a widestring manager must be installed.
|
Convert a UTF-8 encoded unicode string to a widestring |
|
|
Convert a UTF-8 encoded unicode string to an ansistring |
|
|
Set the widestring manager |
|
|
Convert a buffer with UTF-8 characters to widestring characters |
lazarus-ccr.sourceforge.net |