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