in reply to Re^5: Encoding of emoji characterin thread Encoding of emoji character
$text = encode( 'iso-8859-1', $text ); $text = decode( 'UTF-8', $text ); $conn->send_utf8( $text ); [download]