savannah-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Savannah-help-public] [sr #105901] Content negotiation disabled?


From: Daiki Ueno
Subject: [Savannah-help-public] [sr #105901] Content negotiation disabled?
Date: Wed, 20 Jun 2007 09:35:19 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; ja; rv:1.8.1.4) Gecko/20070508 Iceweasel/2.0.0.4 (Debian-2.0.0.4-1)

Follow-up Comment #2, sr #105901 (project administration):

Thanks, I confirmed the problem is fixed.

However, there seems to be a confusion between "Language" and "Charset", if
apache2.conf now contains the following line.

AddCharset iso-2022-jp .ja

This assumes index.html.ja always being written in ISO-2022-JP, while there
are 4 major encodings used to encode Japanese texts, i.e. ISO-2022-JP,
EUC-JP, Shift_JIS and UTF-8.

I only need the following lines (from the default configuration of apache2 in
Debian unstable).

AddLanguage ja .ja
AddCharset ISO-2022-JP .iso2022-jp .jis

With these lines, I can supply ISO-2022-JP encoded pages with a combined
extension like "index.html.ja.iso2022-jp", even if there is
"AddDefaultCharset UTF-8".

Regards,


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/support/?105901>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

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