Thank you for your answer. Michaël 2009/5/22 Mark Murphy <[email protected]>
> > Michaël Gerber wrote: > > Hi, > > I want to use the URLEncoder/URLDecoder class (java.net.URL...) in an > > application and the methods : encode(String s, String enc)/decode(String > > s, String enc), but I don't know what can be the value of the String > > argument enc? > > I want to encode/decode in the "x-www-form-urlencoded" MIME content type. > > http://www.exampledepot.com/egs/java.net/FormEncode.html > > -- > Mark Murphy (a Commons Guy) > http://commonsware.com | http://twitter.com/commonsguy > > Android Development Wiki: http://wiki.andmob.org > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

