Chris, You need to decode, not encode.
URL-encoding does the opposite, converts spaces to %20, etc. -- Kostya 08.06.2010 21:13, guruk пишет:
Hi, i am parsing a string that includes a HTML Encoded URL http://maps.google.com/maps?q=Billrothstra%DFe%2029/4,%20Austria,%201190,%20Wien I would need the part after q= Billrothstra%DFe%2029/4,%20Austria,%201190,%20Wien decoded to: "Billrothstraße 29/4, Austria, 1190, Wien" how to? I tried url = TextUtils.encode(url) , but didnt worked! Its iso-8859-1 thx chris
-- Kostya Vasilev -- WiFi Manager + pretty widget -- http://kmansoft.wordpress.com -- You received this message because you are subscribed to the Google Groups "Android Developers" 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-developers?hl=en

