> > # Use 'Bg5' => 'big5' as default charset, for both input and output, > > # unless it is set already with a value for $CJK_AUTO_CHARSET > > > > $CJK_AUTO_CHARSET = '' unless (defined $CJK_AUTO_CHARSET); > > $charset = $CHARSET = $CJK_AUTO_CHARSET || $CJK_charset{'Bg5'};
I'm not happy with a default value. *Any* CJK environment must specify a character set, so this default value is never used. And I can't see a reason why Big 5 is the default and not, say, GB 2312. Werner _______________________________________________ latex2html mailing list [EMAIL PROTECTED] http://tug.org/mailman/listinfo/latex2html