what are you using on your webside to generate the XML? You may need to do
special encoding of the text before sending it out.

On Sat, Jan 30, 2010 at 10:03 AM, Marko Anastasov <[email protected]
> wrote:

> Hello,
>
> I'm fetching some data from my web API that returns XML with content
> which includes escaped unicode characters. So there is content such as
> "Izlo&#382;ba" which I need to display in a TextView as word
> "IzloĹžba". How can I do this? Right now these characters are either
> ommitted or displayed as that raw escaped value.
>
> --
> 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]<android-developers%[email protected]>
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en

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

Reply via email to