This is a patch intends to make ezmlm-www-1.4.3 to display CJK characters properly. Basically s/iso-8859-1/utf8/g in ezmlm-www.pl will do the same thing. I suggest all those CJK maillist admins to change the default font size of
 and .ez_medium{} from 10pt to 12pt as well (edit the css) , 
with aesthetics reason.

Contact bencrox(at)gmail(dot)com , or http://www.bencrox.info/#pub for details. 
(zh.HK / zh.TW) translation is available at there.

--- ezmlm-www.pl	2006-06-10 23:56:26.000000000 +0800
+++ ezmlm-www.pl	2006-07-22 08:31:25.000000000 +0800
@@ -162,7 +162,7 @@
 		
 		for (@MessageIDs) {
 			print "
  • "; - printf '%s', $WebRequest{ListID}, $_, Encode::decode( 'iso-8859-1', $Messages{$_}->{subject} ); + printf '%s', $WebRequest{ListID}, $_, Encode::decode( 'utf8', $Messages{$_}->{subject} ); print " ($Messages{$_}->{author})"; print "
  • \n"; } @@ -176,7 +176,7 @@ my $thread_info = $WebRequest{List}->{archive}->getthread( $thread->{id} ); $thread->{date} =~ s/\s-\d{4}$//; print "
  • \n"; - printf " %s (%s)
    \n", Encode::decode( 'iso-8859-1', $thread_info->{subject} ), $thread->{date}; + printf " %s (%s)
    \n", Encode::decode( 'utf8', $thread_info->{subject} ), $thread->{date}; print "