what encoding unescape() function uses ?
I have problem that URL param has utf8 foreign chars, that flash fails to read.
what encoding unescape() function uses ?
I have problem that URL param has utf8 foreign chars, that flash fails to read.
Use encodeURIComponent()
and decodeURIComponent()
. More info about functions.