Complete.Org: Mailing Lists: Archives: freeciv-i18n: November 2002:
[freeciv-i18n] webpage's default charset
Home

[freeciv-i18n] webpage's default charset

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: freeciv-i18n@xxxxxxxxxxx
Subject: [freeciv-i18n] webpage's default charset
From: SAWADA Katsuya <ama@xxxxxxxxxxx>
Date: Sat, 23 Nov 2002 02:59:13 -0800


hello.
After update apache server, there is a problem about encoding of sending
webpage.

for example,
When I tried to visit http://www.freeciv.org/ja/irc.html,
I coudn't read the page's Japanese in mozilla 1.0.0, because
mozilla's language auto-detection is not work as I want.



website_l10n/ja/irc.html file has line
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=EUC-JP">
so, it means the file's encoding is EUC-JP, and actually the file is
written in EUC-JP.

But,
$ lynx -head http://www.freeciv.org/ja/irc.html

HTTP/1.1 200 OK
Date: Sat, 23 Nov 2002 10:51:23 GMT
Server: Apache
Last-Modified: Sun, 03 Nov 2002 05:07:14 GMT
ETag: "f964a-8db-67684480"
Accept-Ranges: bytes
Content-Length: 2267
Connection: close
Content-Type: text/html; charset=ISO-8859-1

It means the file's encoding is ISO-8859-1.
So, I think mozilla is thinking that the file is ISO-8859-1.


So, I tryed to put .htacess to website_l10n/ja.
AddDefaultCharset       EUC-JP
But, it can't work as I want.

How can I do? I need help.
Thank you.

-- 
SAWADA, Katsuya


[Prev in Thread] Current Thread [Next in Thread]