Hi All,
The documentation for java.net.URLEncoder specifies that encode(String s) is deprecated in favor of encode(String s, String enc). Problem is, enc isn't described in the parameters section. I've tried setting enc to "UTF-8", "US-ASCII", "ISO-8859-1", and "application/x-www-form-urlencoded", and nothing works, I keep getting the same UnsupportedEncodingException. Does anybody know what I'm supposed to use for this parameter?
http://code.google.com/android/referenc ... coder.html
Thanks,
Tom