It is not anything specifically to do with Microsoft:. http://en.wikipedia.org/wiki/Mojibake
Double quote marks and apostrophes are frequent offenders. This is because ASCII contains only a single character for each, but different characters are used for the start and end quote marks. Short and long hyphens are another place where ASCII has only a single code for two different characters. You need to somehow specify that the HTML string is using UTF8. -- 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

