Method:
decodeUtf8()
Class:
UTF8
Method Call:
include_once("core/messages/UTF8.php");
$utf8 = new UTF8();
STRING $utf8->decodeUtf8(STRING: $utfString);
Use this in preference to PHP's built-in utf8_decode() method which doesn't seem to handle multi-byte UTF-8 correctly.
Usage: