Friday, August 19, 2011

Re: [android-developers] Re: unicode stuff

You have to make sure you read the data in utf-8 and then set that as
the encoding type. Should take care of it.

On Fri, Aug 19, 2011 at 5:21 PM, bob <bob@coolgroups.com> wrote:
> Tried it, but it didn't work.  Still weird chars.
>
> On Aug 19, 12:36 pm, Mark Murphy <mmur...@commonsware.com> wrote:
>> On Fri, Aug 19, 2011 at 1:18 PM, bob <b...@coolgroups.com> wrote:
>> >                webView.loadData(html, "text/html", "latin1");
>>
>> That may not be a valid encoding name. Try "ISO-8859-1".
>>
>> --
>> Mark Murphy (a Commons Guy)http://commonsware.com|http://github.com/commonsguyhttp://commonsware.com/blog|http://twitter.com/commonsguy
>>
>> _Android Programming Tutorials_ Version 3.9 Available!
>
> --
> 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+unsubscribe@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en

--
~ Jeremiah:9:23-24
Android 2D MMORPG: http://solrpg.com/http://www.youtube.com/user/revoltingx

--
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment