MC-Basic:TOUTF8$

From SoftMC-Wiki
Revision as of 09:41, 2 May 2017 by Chi (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
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)

See Also