Decode string from UTF-8 to specified charset
static public decodeFromUtf8 ( $string, $to_charset = "ISO-8859-1" ) : converted | ||
$string | string string to convert | |
$to_charset | string destination charset (default "ISO-8859-1") | |
return | converted | string |