We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
با سلام بنده دارم با تابع sendText متن ارسال میکنم
زبان انگلیسی ارسال میشه بدون مشکل اما در فارسی با ارور زیر روبه رو میشم
Fail : json_encode error: Malformed UTF-8 characters, possibly incorrectly encoded
این هم کد من
$bot->sendText($chat_id,"سلام");
The text was updated successfully, but these errors were encountered:
فایل php ذخیره شده باید utf8 باشد. و فکر کنم این مشکلتان را حل کند: $data = mb_convert_encoding($data, 'UTF-8', 'UTF-8');
$data = mb_convert_encoding($data, 'UTF-8', 'UTF-8');
Sorry, something went wrong.
No branches or pull requests
با سلام بنده دارم با تابع sendText متن ارسال میکنم
زبان انگلیسی ارسال میشه بدون مشکل
اما در فارسی با ارور زیر روبه رو میشم
Fail : json_encode error: Malformed UTF-8 characters, possibly incorrectly encoded
این هم کد من
$bot->sendText($chat_id,"سلام");
The text was updated successfully, but these errors were encountered: