====== 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