UTF8Encode$

Purpose:

Returns the UTF-8 encoded content of the passed string. Important e.g. for barcodes like the QR-Code, which need this encoding for umlauts depending on the scanner.

Parameter:

String

Return value:

String

Example:

Barcode(UTF8Encode$("ÄÖÜ"), "QRCode")