I have some .html with the font defined as:
<font color="white" face="Arial">
I have no other style applied to my
tag. In it, when I display data like:
<b> “Software” </b>
or
<b>“Software”</b>
they both display characters I do not want in the UIWebView. It looks like this on a black background:

How do I avoid that? If I don't use font face="arial", it works fine.