[PHP-users 24310] ギブアップ:IEがEUC←ShiftJisと誤認識する

m_kubota @ example.co.jp
2005年 1月 31日 (月) 11:35:07 JST


お世話になります。
EUCコンテンツの文字化けに悩まされていてギブアップ気味です。
どなたか同じ症状の方,いらっしゃいませんか?


症状:
1.LAN内において,特定の画面で文字化けする場合がある。
2.LAN外において,IEのエンコード→自動選択をOff・ONすると
  ShiftJISと認識し,文字化けをおこしてしまう。

2.については,そのようなオペレーションをしなければ化けないので,
まあよしとして,1.が問題視されております。

いずれもリロードすれば直ります。

Proxyがからんでいるのでしょうか。。。

下記,現状の設定ですが,何かご認識させる要素があるという
事なんだとは思うのですがどうにも特定できません。



PHP.INI 4.1.2
----------------------------------------
default_charset = EUC-JP
mbstring.internal_encoding = EUC-JP
mbstring.http_input = auto
mbstring.http_output = EUC-JP
mbstring.detect_order = auto
mbstring.encording_translaion = auto
mbstring.detect_order = auto
mbstring.substitute_character = none

Apache 1.3.33
----------------------------------------
AddCharset euc-jp .euc
LanguagePriority ja
----------------------------------------

HTTPヘッダー
----------------------------------------
HTTP/1.1 200 OK
Date: Sat, 29 Jan 2005 14:10:48 GMT
Server: Apache/1.3.33 Ben-SSL/1.55 (Unix) PHP/4.1.2
X-Powered-By: PHP/4.1.2
Cache-Control: no-cache, must-revalidate
Pragma: no-cache
Connection: close
Content-Type: text/html; charset=EUC-JP
----------------------------------------

HTMLヘッダー
----------------------------------------
<html>

<head>
<META http-equiv="Content-Style-Type" content="text/css">
<META http-equiv="Content-Type" content="text/html; charset=EUC-JP">
<!-- ・・ --> ←まじない文字
<title>hogehoge</title>
</head>
-----------------------------------------

どなたかご教授いただければ幸いです。




PHP-users メーリングリストの案内