On 22-07-2006 at 5:45, Ben Croxogod wrote:
>I have recent installed ezmlm-www for some of my client.
>In order to work with their CJK archive, I have to
>replace all those iso-8859-1 in ezmlm-www.pl to utf8 .
Thank you very much for your contribution. I switched ezmlm-www's output
to UTF-8 and included your translation. I'll commit them soon to the SVN
server.
>Also, here comes a Traditional Chinese translation - zh.pm
>please remove the Encode::decode duplicants with proper perl skills
I removed them with a single shell line:
perl -MEncode -p -e 's/(Encode::[^)]+\))/"'\''".eval($1)."'\''"/e' zh.pm
Cheers,
- alessandro.
|