I am looking for a way to escape utf-8 characters using actionscript 2?
as far as I know, in flash it uses utf-16 while on javascript it uses utf-8. I am looking for a similar escaping method.
I am looking for a way to escape utf-8 characters using actionscript 2? as
Share
Second comment on this post contains a custom StringUtil class intended to escape/unescape strings.
For those who can’t follow the link. (DISCLAIMER: Not my code, not tested by me)