开发者

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

开发者 https://www.devze.com 2022-12-27 13:36 出处:网络
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 o

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?


I ended up using graphics instead of Unicode characters. That was the only way I could be sure it looks as expected across all browsers and operating systems.


<'meta http-equiv="content-type" content="text/html; charset=UTF-8" />'

copy and paste the above meta tag in your head section.


I'm going to ask a Microsoft worker mate for a solution. Maybe he know the way... Until the answer will come try windows-65001 instead of UTF-8.

The windows-65001 is equal to UTF-8, but got another name. Maybe it counts for the old systems.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号