I have problem with French characters (running on Windows XP SP2)
p {
font-family: "Times New Roman", Times, serif;
}
...
<p>Tous droits réservés.</p>
I am getting error - "no glyphs for character U+9C2F, fallback to '?'"
I tried other fonts but I am getting the same error. I read UNICODE encoding from http://www.princexml.com/doc/6.0/characters/ but we have many contents containing French chars and it will be too much to rewrite.
p {
font-family: "Times New Roman", Times, serif;
}
...
<p>Tous droits réservés.</p>
I am getting error - "no glyphs for character U+9C2F, fallback to '?'"
I tried other fonts but I am getting the same error. I read UNICODE encoding from http://www.princexml.com/doc/6.0/characters/ but we have many contents containing French chars and it will be too much to rewrite.