UTF ($WBFN) - covert text to UTF-8

Availability
UTF is available for use with all WBSP commands.

Syntax
$WBFN{UTF(anystring)}
$WBFN[UTF(anystring)]

Arguments
anystring - any string value.
 

Returns
The string passed as an argument converted to UTF-8 charset.

Example

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
This is original character:ß<br>
This is a converted character $wbfn[UTF(ß)]!
</body>
</html>

Result

This is original character: *
This is a converted character: ß!