[l2h] The L2H 2002 Cannot deal CJK document correctly!
Werner LEMBERG
wl@gnu.org
Wed, 24 Apr 2002 21:50:36 +0200 (CEST)
> > # 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