Difference between revisions of "MC-Basic:TOASCII8$"
Line 10: | Line 10: | ||
|DESCRIPTION= | |DESCRIPTION= | ||
− | Converts the UTF-8 coding format of the input string into | + | Converts the UTF-8 coding format of the input string into the ASCII-8 coding format. Symbols located outside ASCII-8 range (Unicode value higher than 0xFF) are replaced by question marks. |
|TYPE= | |TYPE= |
Revision as of 12:18, 29 May 2014
Converts the UTF-8 coding format of the input string into the ASCII-8 coding format. Symbols located outside ASCII-8 range (Unicode value higher than 0xFF) are replaced by question marks.
Syntax
? TOASCII8$(<string>)
Availability
Since Version 4.5.18
Type
<string>: string
Range
<string>: string
Scope
Configuration, Task or Terminal
Examples
Common shared UTF8Str as string of UTF8
? TOASCII8$(UTF8Str)