WARNING: please note, that UTF-8 support is broken in recent versionsof perl's CGI.pm module. To find out if you're affected, please run
perl -e 'use CGI; print "$CGI::VERSION\n";'
If your version is 3.21 or higher, you need to find the file CGI.pmin your system's perl tree (/usr/lib/perl5/..., /usr/local/lib/perl5/...or so) and replace the line:
my $utf8 = $charset eq 'utf-8';
with:
my $utf8 = 0;
2008-06-26 update:後來新版的openwebmail好像有改善這個問題,用Fedora 9安裝新版openwebmail就沒這問題了...
沒有留言:
張貼留言