Difference between revisions of "MC-Basic:TOUTF8$"

From SoftMC-Wiki
Jump to: navigation, search
m (Text replace - "Available since version 4.5.18" to "Since Version 4.5.18")
Line 7: Line 7:
  
 
|AVAILABILITY=
 
|AVAILABILITY=
Available since version 4.5.18
+
Since Version 4.5.18
  
 
|DESCRIPTION=
 
|DESCRIPTION=

Revision as of 14:13, 20 March 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)

See Also