Convert a UCS-4 encoded string to a Unicode string.
Source position: ustringh.inc line 164
function UCS4StringToUnicodeString( |
const s: UCS4String |
UCS4StringToUnicodeString converts the UCS-4 encoded string S to a Unicode string and returns the resulting string.
This function requires the widestring manager.
|
Convert a Unicode string to a UCS-4 string. |