UTF-8 Conversion Routines
Go Up to API Categories Index
This topic lists all UTF-8 conversion routines.
| Member | Description | 
|---|---|
| Converts a string encoded in Ansi to UTF-8. | |
| Converts a string encoded in ANSI to UTF-8 with a given code page. | |
| Converts a stream from ANSI to UTF-8 encoding. | |
| Detects the encoding of a given WideString. | |
| Detects if a string or a stream contains the UTF-8 byte-order mark. | |
| Checks whether a character is a valid UTF-8 lead byte. | |
| Detects if a given string is UTF-8 encoded. | |
| Checks whether a character is a valid UTF-8 trail byte. | |
| Returns the number of bytes that follow a lead UTF-8 byte. | |
| Returns the number of bytes that follow a lead UTF-8 byte. | |
| Converts a UTF8 string to a Unicode string (WideString). | |
| Converts a WideString value to a UTF8 string. | |
| Converts a string to its UTF-8 encoded representation. | |
| Returns the UTF-8 string converted to lower case. | |
| Converts an UTF-8 encoded string to a string. | |
| Converts an UTF-8 encoded string to an Unicode string. | |
| Converts an UTF-8 encoded string to a WideString. | |
| Returns the UTF-8 string converted to uppercase. | |
| Converts a string of Unicode characters into a UTF-8 string. | |
| Converts a UTF8 string to a string of Ansi characters. | |
| Converts a string encoded in UTF-8 to ANSI with a given code page. | |
| Converts a string of UTF-8 characters to a Unicode string. |