UTF8Encode
Encodes the specified string with UTF-8
Syntax
function UTF8Encode(aText: string): string;
Parameters
- aText
- type: string
- functions: source string
Returned value
- type: string
- functions: encoded string
en:wascript:pascal:methods:utf8encode
Encodes the specified string with UTF-8
function UTF8Encode(aText: string): string;