Re: [android-developers] Re: convert html url into western encoding

2010-06-08 Thread Frank Weiss
Where/how are you seeing the mangled esszet? Is it onscreen, in logcat, a terminal, etc? On Tue, Jun 8, 2010 at 10:20 AM, guruk wrote: > ok.. i tried right now: > > url = Uri.decode(url); > > from: Billrothstra%DFe%2029/4,%20Austria,%201190,%20Wien > > I GOT: > Billrothstra�e 29/4, Austria, 11

[android-developers] Re: convert html url into western encoding

2010-06-08 Thread guruk
ok.. i tried right now: url = Uri.decode(url); from: Billrothstra%DFe%2029/4,%20Austria,%201190,%20Wien I GOT: Billrothstra�e 29/4, Austria, 1190, Wien how can i get the german umlaut "ß" encoded right?? -chris -- You received this message because you are subscribed to the Google Groups "A