Re: [l2h] The L2H 2002 Cannot deal CJK document correctly!

2002-04-24 Thread Werner LEMBERG
> The fix is easy, but first a question. > You example HTML files correctly have charset = text/big5 . > Where is this done in the processing, or do you do it yourself > after LaTeX2HTML has finished ? > > By simply inserting 2 lines into CJK.perl the problem > is fixed, and this charset is s

Re: [l2h] The L2H 2002 Cannot deal CJK document correctly!

2002-04-24 Thread Edward Lee
On Wed, Apr 24, 2002, Ross Moore wrote: > OK; I've got it, and can reproduce the problem. > > The fix is easy, but first a question. > You example HTML files correctly have charset = text/big5 . > Where is this done in the processing, or do you do it yourself > after LaTeX2HTML has finished ?

Re: [l2h] The L2H 2002 Cannot deal CJK document correctly!

2002-04-24 Thread Ross Moore
> On Wed, Apr 24, 2002, Ross Moore wrote: > > OK; I've got it, and can reproduce the problem. > > > > The fix is easy, but first a question. > > You example HTML files correctly have charset = text/big5 . > > Where is this done in the processing, or do you do it yourself > > after LaTeX2HTML has

Re: [l2h] The L2H 2002 Cannot deal CJK document correctly!

2002-04-24 Thread Edward Lee
On Wed, Apr 24, 2002, Ross Moore wrote: > > > > Thanks, but I guess to config rc file maybe more convenient, > > cause sometimes we might write an utf-8 or other charset HTML. > > Yes. Werner pointed out the same problem. Werner must be a genius. :-) I do have many things to learn from

Re: [l2h] The L2H 2002 Cannot deal CJK document correctly!

2002-04-24 Thread Werner LEMBERG
> > # 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

Re: [l2h] The L2H 2002 Cannot deal CJK document correctly!

2002-04-24 Thread Edward Lee
On Wed, Apr 24, 2002, Werner LEMBERG wrote: > > > > # 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_AU

Re: [l2h] The L2H 2002 Cannot deal CJK document correctly!

2002-04-24 Thread Ross Moore
> > > > # 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