Forum Moderators: open
In .htaccess I have:
AddDefaultCharset UTF-8
And in each <head>:
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
In general it works well but some caracteres failed to display correctly in Internet Explorer.
For example, the caractere 0xEB03. In Firefox and Opera everything is ok: But IE displays the unfamous white square. I also tried 3-4 different fonts for the font-family CSS attribute but without success.
Any suggestion to correct this problem?
[edited by: tedster at 12:51 pm (utc) on May 25, 2005]
And then please click "Greek".
In Firefox and Opera, every caracteres at the bottom are ok except the last 5.
In IE, almost half of the caracteres are replaced by a white square.
[edited by: BlobFisk at 11:23 am (utc) on May 25, 2005]
[edit reason] No URLs please! See TOS [webmasterworld.com] [/edit]
If I'm reading this correctly, the numeric reference for your character should be: & #x03EB; (delete the space after '&')
This is a very obscure Coptic letter. I wouldn't be surprised if it is a font problem of some kind. (Are you really typing Coptic?)
I understand the TOS disallow me to post URL. But I thought reference sites were allowed!
Here's a way to test the caractere: [google.com...]
Is there a reason you have listed the numeric code in reverse order?
If I'm reading this correctly, the numeric reference for your character should be: & #x03EB; (delete the space after '&')
This is a very obscure Coptic letter. I wouldn't be surprised if it is a font problem of some kind.