Difference between revisions of "MC-Basic:TOUTF8$"
| (5 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| + | {{Languages|MC-Basic:TOUTF8$}} | ||
{{MC-Basic | {{MC-Basic | ||
|SHORT FORM= | |SHORT FORM= | ||
| Line 7: | Line 8: | ||
|AVAILABILITY= | |AVAILABILITY= | ||
| − | + | Since Version 4.5.18 | |
|DESCRIPTION= | |DESCRIPTION= | ||
| Line 36: | Line 37: | ||
|SEE ALSO= | |SEE ALSO= | ||
| − | * [[ | + | * [[MC-Basic:COMMON SHARED ... AS LONG or DOUBLE or STRING or STRING OF UTF8|COMMON SHARED ... AS LONG or DOUBLE or STRING or STRING OF UTF8]] |
| − | * [[ | + | * [[MC-Basic:TOASCII8$|TOASCII8$]] |
| − | [[Category | + | [[Category:MC-Basic:String Manipulation|TOUTF8$]] |
}} | }} | ||
Latest revision as of 09:41, 2 May 2017
| Language: | English • 中文(简体) |
|---|
Converts the ASCII-8 coding format of the input string into the UTF-8 coding format.
Syntax
? TOUTF8$(<string>)
Availability
Since Version 4.5.18
Type
<string>: string
Range
<string>: string
Scope
Configuration, Task or Terminal
Examples
Common shared ASCII8Str as string
? TOUTF8$(ASCII8Str)