Nov. 11, 2000
3:55 a.m.
Hi, Alex. I am currently doing on Japanese-only Mailman and treating the charset problem with a quick and dirty tric. ;-) In httpd.conf of Apache 1.3.14, I write <Directory /what/ever> ... AddDefaultCharset EUC-JP </Directory>
The only thing I think that have to implement is charset on every page in configure and Makefile? Like
<meta http-equiv="Content-Type" content="text/html; charset="big5">
to support big5.
Tokio