You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Kindly help me it urgent, I face an issue in message text, if it is in English it s receiving correctly but in other languages like Arabic, Hindi , received wired symbols, I use simple string datatype in api and frontend flutter
The text was updated successfully, but these errors were encountered:
I have the same issue with version 1.4.0 on Flutter web. Farsi text is converted to characters like �ا����.
Check the datatype of field which stores text, if it also store symbols. If yes change it to correct datatype, in SQL I use "Text" datatype, finds similar if you use different db.
Secondly you can convert the text before sending ie. List utfBytes = utf8.encode(textMessage.text);
Kindly help me it urgent, I face an issue in message text, if it is in English it s receiving correctly but in other languages like Arabic, Hindi , received wired symbols, I use simple string datatype in api and frontend flutter
The text was updated successfully, but these errors were encountered: