Jiong Feng wrote:
Hi,

I tried to use unescape on some string in Chinese, Japanese, or Greek. In IE
it works fine but in Netscape 6.2 it does not return, and hangs there. How
could I solve this issue? I have downloaded a Japanese pack from
http://wp.netscape.com/computing/download/languagepacks_62.html, but that
still does not work even for japanese language.
I think the parameter needs to be ASCII, so you need to convert your text to escaped UTF-8 (e.g. \ufeff\u4e2d for "zhong") and then unescape it.


Reply via email to