I have an array in PHP which has values in Thai language.
when I use json_encode
to pass values in javascript only json_decode
does not gives the output ,returns blank.
print_r ($myarray)
this returns output in Thai language.
json_encode($myarray)
returns output '\u0e23
'.
How to convert it to Thai language output .