|
|
|
|
|
UTF8ToString (Function) In french: UTF8VersChaîne Converts a UTF-8 string to ANSI or UNICODE.
ConversionResult = UTF8ToString(UTF8String, charsetAnsi)
Syntax
<Result> = UTF8ToString(<UTF-8 string to convert> [, <Destination charset>])
<Result>: Character string - In ANSI: ANSI character string.
- If the destination character set is not specified, the string is converted to ANSI using the current character set.
- If the destination character set is specified, the string is converted to ANSI using the specified character set.
- In Unicode: UNICODE character string with the result of the conversion. The destination character set is ignored.
- EOT if conversion problems occurred.
<UTF-8 string to convert>: Character string String to convert. <Destination charset>: Optional integer Character set that will be used to create the string. By default, this parameter corresponds to the current character set (specified with ChangeCharset). | | charsetAnsi | Roman characters in ANSI standard | charsetArabic | Arabic characters | charsetBaltic | Baltic characters | charsetChinese | Chinese characters (People's Republic of China) | charsetCurrent (Default value) | Uses the current character set specified with ChangeCharset (charsetOccidental by default) | charsetDefault | Uses the computer's default character set. No character set is forced. | charsetEastEurope | Eastern European characters (Polish, etc.) | charsetGreek | Greek characters | charsetHebrew | Hebrew characters | charsetJapanese | Japanese characters | charsetKorean | Korean characters | charsetRussian | Russian characters | charsetThai | Thai characters | charsetTraditionalChinese | Traditional Chinese characters (Republic of Taiwan) | charsetTurkish | Turkish characters | charsetUTF8 | Used to manage UTF-8 (used in XML, for example). | charsetVietnamese | Vietnamese characters |
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|