Why is urlencode not working when posting message in Arabic via Telegram bot? – Telegram API
$message is retrieved from mysql db The db tables have utf8_general_ci as character encoding The following is executed with each connection: mysqli_query($this->link,"set character set utf-8"); The php file is encoded utf-8 $message=urlencode($message); When the following command is used: echo $response…