In Arabic language when an error occurs, the error msg have not correct unicode:Display error:
{“statusCode”:0,“error”:{“class”:“text-danger”,“type”:“\u062e\u0637\u0627”,“description”:“\u0647\u0646\u06af\u0627\u0645 \u067e\u0631\u062f\u0627\u0632\u0634 \u062f\u0631\u062e\u0648\u0627\u0633\u062a \u0634\u0645\u0627 \u062e\u0637\u0627\u06cc\u06cc \u062f\u0627\u062e\u0644\u06cc \u0631\u062e \u062f\u0627\u062f\u0647 \u0627\u0633\u062a.”}}Correct Unicode:
error: {class: “text-danger”, type: “خطا”, description: “هنگام پردازش درخواست شما خطایی داخلی رخ داده است.”}
Make sure you have already selected utf-8 from PHP → General → Charset. In addition, make sure in your database and tables have been setup to use utf-8, too.
I can nto find PHP → General → Charset but I set HTML → General → Charset to utf8 before it!
ghasembaghi wrote:
Charset to utf8 before it!
It should be utf-8, not utf8.
it is utf-8 but problem not solved yet