Hi,
I am using function String.fromCharCode(decimal value), and passing a decimal value to it.
its working fine in terms of English characters, but when i m trying the same to decode for the Japanese characters, it gives me some arbit characters.
can anyone tell me does String.fromCharCode(decimal value) supports extended characters.