UCS4 Conversion Routines

From RAD Studio
Jump to: navigation, search

Go Up to API Categories Index

This topic lists all UCS4 conversion routines.


Routine Description

System.PUCS4Chars

Converts a UCS4 string to a null-terminated array of UCS4 characters.

System.UCS4StringToUnicodeString

Converts a UCS-4 encoded string to a Unicode string.

System.UCS4StringToWideString

Converts a string of 4-byte Unicode characters into a WideString value.

System.UnicodeStringToUCS4String

Converts a Unicode string to its UCS-4 encoded representation.

System.WideStringToUCS4String

Converts a WideString value to a string of 4-byte Unicode characters.

System.WideCharToUCS4String

Converts a sequence of wide characters to a UCS4 string.


See Also