Difference between revisions of "MC-Basic:TOUTF8$"
m (Text replace - "Available since version 4.5.18" to "Since Version 4.5.18") |
|||
Line 36: | Line 36: | ||
|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]] |
* [[Axystems:MC-Basic:TOASCII8$|TOASCII8$]] | * [[Axystems:MC-Basic:TOASCII8$|TOASCII8$]] | ||
[[Category:Axystems:MC-Basic:String_Manipulation|TOUTF8$]] | [[Category:Axystems:MC-Basic:String_Manipulation|TOUTF8$]] | ||
}} | }} |
Revision as of 08:36, 22 May 2014
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)