java.net.URLEncoder.encode(strToEncode, “UTF-8”); Matt From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tracy Spratt It’s
a Java question, so a bit off-topic, but.. I need to encode an html string
using Java in a JSP so I can put it in xml and HTTPService it to
Flex where I will use unescape to decode it. The
Java encode/decode functions don’t seem to work with AS’s unescape. I’ve
been googling for an hour without success. Yahoo! Groups Links
|
Title: Is there a Java form of ActionsScript escape/unescape?