Ticket #529

漢字コードの判定ミス
Eröffnet am: 2002-08-29 22:28 Letztes Update: 2002-09-05 22:47

Auswertung:
Verantwortlicher:
Typ:
Status:
Offen [Owner assigned]
Komponente:
(Keine)
Meilenstein:
(Keine)
Priorität:
3
Schweregrad:
5 - Mittel
Lösung:
Accepted
Datei:
Keine

Details

<!--
<meta http-equiv="content-type" content="text/html;
charset=ISO-2022-JP">
-->
<meta http-equiv="content-type" content="text/html;
charset=EUC-JP">

という HTML (実際の文字コードは EUC)で文字化けしていまう。

Ticket-Verlauf (2/2 Historien)

2002-09-01 22:11 Aktualisiert von: yamaken
  • Priorität Update from 5 - Mittel to 3
  • Lösung Update from Keine to Accepted
Kommentar
Logged In: YES
user_id=1795

以下のように、順序が入れ換わ入れ換わったHTMLではどうなるで
しょうか。

<meta http-equiv="content-type" content="text/html;
charset=EUC-JP">
<!--
<meta http-equiv="content-type" content="text/html;
charset=ISO-2022-JP">
-->
2002-09-05 22:47 Aktualisiert von: kenji
Kommentar
Logged In: YES
user_id=223

上記ですと、正常に表示されました。
コメントは無視され、最初の meta tag のコードが使われるようです。

<!--
<meta http-equiv="content-type"
content="text/html;
charset=EUC-JP">
-->

のみでも正常に表示されました。

Dateianhangliste

Keine Anhänge

Bearbeiten

You are not logged in. I you are not logged in, your comment will be treated as an anonymous post. » Anmelden