[Mailman-i18n] Hi, and Traditional Chinese (big5)

Tokio Kikuchi tkikuchi@is.kochi-u.ac.jp
Sat, 11 Nov 2000 12:55:18 +0900


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