RAD Studio VCL Reference
|
Converts an UCS-4 encoded string to an Unicode string.
function UCS4StringToUnicodeString(const S: UCS4String): UnicodeString;
UnicodeString UCS4StringToUnicodeString(const UCS4String S);
Call UCS4StringToUnicodeString to convert an UCS-4 encoded string to Unicode. S is a string that contains UCS-4 encoded characters. The result of the function is the corresponding Unicode (UTF-16) string value.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|