I am having problems to show on WebView a page with no chars lating
with UTF-8 enconding
I am using this code:

                String ss = new String(_byString, "UTF-8");
                sUrl = "http://www.google.com/search?q="+ss
+"&ie=UTF-8&oe=UTF-8";
                WebView browser=(WebView)findViewById(R.id.webkit);
                if (browser!=null)
                        browser.loadUrl(sUrl);

if ss string has latin chars all good but if it has no latin chars I
can't see them.

I tried to show the ss string (with no latin chars) on TextView it is
showed correctly.

any idea ?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to