IE6 bad displaying unicode: ☨
I have strange problem in IE6: When I'm trying to display "cross of lorraine" - I actually get something like empty rectangle, it's bad displayed in ie6. Ho开发者_如何学Cw can I workaround this problem? Cross of lorraine: ☨
I don't like workaround with displaying image with it for IE6 only
Ok I've actually found: this - but for cross of lorraine (☨) does not working
source file: index.html:
<html>
<head>
<meta content="text/html;charset=UTF-8" http-equiv="Content-Type" />
</head>
<body>
☨
</body>
</html>
IE6 cannot display all of the Unicode characters available. IE6 cannot display that one.
I've tried quite a few different encodings and fonts, all to no avail. Even Wikipedia cannot make IE6 display that character.
You will need to use a workaround such as an image or substitute character for IE6.
精彩评论