G
Guest
Hi,
I have the problem, that cyrillic characters greater than 0x0450 will not be
displayed in the IE6.0 - but will be displayed on the same computer by
Firefox.
Does anybody have an idea why it's like that ?
The code which I try:
<html>
<head>
<title>KOI8-R</title>
<meta name="author" content="Dieter">
<meta name="generator" content="Ulli Meybohms HTML EDITOR">
<meta http-equiv="Content-Type" content="text/html; charset=KOI8-R">
</head>
<body text="#000000" bgcolor="#FFFFFF" link="#FF0000" alink="#FF0000"
vlink="#FF0000">
<br>
0x0424: Ф (cyrillic sign)<br>
0x044F: Ñ (cyrillic sign)<br> --- will be displayed by IE ---
0x0450: Ñ (cyrillic sign)<br> --- will not be displayed by IE ---
0x0460: Ñ (cyrillic omega-sign)<br> --- will not be displayed by IE ---
0x04C2: Ó (cyrillic character)<br> --- will not be displayed by IE ---
0x04F8: Ó¸ (cyrillic character)<br> --- will not be displayed by IE ---
0x0508: Ôˆ (cyrillic supplement character)<br> --- will not be displayed
by IE ---
</body>
</html>
Thanks and best regards,
Daniel
I have the problem, that cyrillic characters greater than 0x0450 will not be
displayed in the IE6.0 - but will be displayed on the same computer by
Firefox.
Does anybody have an idea why it's like that ?
The code which I try:
<html>
<head>
<title>KOI8-R</title>
<meta name="author" content="Dieter">
<meta name="generator" content="Ulli Meybohms HTML EDITOR">
<meta http-equiv="Content-Type" content="text/html; charset=KOI8-R">
</head>
<body text="#000000" bgcolor="#FFFFFF" link="#FF0000" alink="#FF0000"
vlink="#FF0000">
<br>
0x0424: Ф (cyrillic sign)<br>
0x044F: Ñ (cyrillic sign)<br> --- will be displayed by IE ---
0x0450: Ñ (cyrillic sign)<br> --- will not be displayed by IE ---
0x0460: Ñ (cyrillic omega-sign)<br> --- will not be displayed by IE ---
0x04C2: Ó (cyrillic character)<br> --- will not be displayed by IE ---
0x04F8: Ó¸ (cyrillic character)<br> --- will not be displayed by IE ---
0x0508: Ôˆ (cyrillic supplement character)<br> --- will not be displayed
by IE ---
</body>
</html>
Thanks and best regards,
Daniel