Re: [Fwd]: Re: final bits for CJK patch


Subject: Re: [Fwd]: Re: final bits for CJK patch
From: Vlad Harchev (hvv@hippo.ru)
Date: Sat Nov 11 2000 - 09:23:50 CST


On Sat, 11 Nov 2000, Chih-Wei Huang wrote:

 Hi guys,

> ha shao ¼g¹D¡G
> >
> > Could you take a look at my proposal? Or maybe test it for
> > BIG5 codes. If you think it is good or have better ideas, I will
> > tell Vald. Otherwise, I will throw it into garbage can.
> >
> > Save ascii char in \'hh will bloat any English files 4 times
> > bigger.
>
> Hello, Vlad,
> please consider to add this patch suggested by hashao,
> that save ascii char in its original form instead of \'hh.
> I have tested it in Big5 locale, but not zh_CN.GB2312,
> it seems no problem.
> I only changed hashao's code
> if (mbbuf[0] > 0x007f)
> to
> if (mbbuf[0] & 0x80)
> since *mbbuf is char, which never greater than 0x007f.
>
> This patch should be applied after your p4 patch.

 OK, I will add it. I will post updated p4 later today.

>
> --
> ~ Chih-Wei Huang (cwhuang)
> 'v' E-Mail : cwhuang@linux.org.tw
> // \\ CLDP Project : http://www.linux.org.tw/CLDP/ (Coordinator)
> /( )\ CLE Project : http://cle.linux.org.tw/CLE/ (Developer)
> ^`~'^ HomePage : http://www.cwhuang.idv.tw/

 Best regards,
  -Vlad



This archive was generated by hypermail 2b25 : Sat Nov 11 2000 - 09:43:14 CST