Is there a way to enable Unicode characters in all browsers on Windows XP?

Posted by Daniel Pietzsch on Stack Overflow See other posts from Stack Overflow or by Daniel Pietzsch
Published on 2010-04-19T00:01:27Z Indexed on 2010/04/19 0:03 UTC
Read the original article Hit count: 232

Filed under:
|
|
|
|

I'd like to use unicode symbols within my website (especially Dingbats).

Is there any way to enable this inside all (or at least some) browsers in Windows XP, without having the user to adjust any of his settings?
I use the HTML5 doctype with the charset configured to UTF-8:

<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8" />
  </head>
  <body></body>
</html>

The browsers recognize the charset correctly (even IE7). But no special characters are displayed. I only see an empty square box.
This is the case for all of the following browsers: IE7, Safari 4, Firefox 3.5, Chrome 4.1, Opera 10.51.

So, is there any way to configure to enable all (or most) unicode characters for browsers running on Windows XP?

© Stack Overflow or respective owner

Related posts about windows-xp

Related posts about unicode