0

I have a php array of which keys are defined in persian/arabic language such as (دسته بندی ها), when I encode it as JSON using JSONENCODE() it is still displays as persian text but when I decode it using json_decode()

its persian texts displays as ("\u062f\u0633\u062a\u0647 \u0628\u0646\u062f\u06cc \u0645\u062d\u0635\u0648\u0644\u0627\u062a")

I expect to to get texts ("دسته بندی ها") after decoding the json file

  • 1
    Does this answer your question? [Arabic Characters in JSON decoding](https://stackoverflow.com/questions/14980421/arabic-characters-in-json-decoding) – Yogi Feb 02 '23 at 08:22

0 Answers0