I am getting the following string from json file:
äîé÷åã ùééê ìëúåáú: éùåá:
How can I convert it or get the Hebrew characters.
Original text should be:
המיקוד שייך לכתובת: ישוב:
Thanks in advance
http://www.online-decoder.com/he says it is:
ISO-8859-1 => ISO-8859-8
Try to encode your json file to UTF-8
You should encode to utf-8 from the beginning. I mean: modify the script that create the json file instead of decoding a bad encoded json output.