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 -- 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

