[android-developers] Displaying unicode in a TextView?

2010-11-29 Thread HippoMan
I am parsing epub books, and I want to render the pages inside of a TextView. I am able to get the book content, and I display it as follows. Assume bookContent is a String which contains the text from an epub book section, and assume that this.view is a reference to my TextView ...

[android-developers] Displaying unicode in a TextView?

2010-11-29 Thread HippoMan
I am parsing epub books, and I want to render the pages inside of a TextView. I am able to get the book content, and I display it as follows. Assume bookContent is a String which contains the text from an epub book section, and assume that this.view is a reference to my TextView ...

Re: [android-developers] Displaying unicode in a TextView?

2010-11-29 Thread Frank Weiss
I seriously doubt this is a TextView problem, unless perhaps the characters you are trying to display are not in the font. What type of data is the content variable? Most likely there is an incorrect content encoding somewhere in your data chain. -- You received this message because you are