> 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
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 ?
> 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
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
> > # 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
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
>
> > > # 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