If you dont need html formatting you can probable load it with the mime type "text/plain".
webview.loadData(summary, "text/plain", "utf-8"); cheers - Rainer On Mar 25, 1:13 pm, brijesh masrani <[email protected]> wrote: > Hello > > I am reading a txt file using Stringbuffer and try to show it in webview by > adding simple html tags (<html><Body>"My txt content"</html></Body>) > but it is not showing Spacial characters so can u please help me or any > other way to show txt file in Web Browser.... -- 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 To unsubscribe from this group, send email to android-developers+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.

