Re: Tk804 + Encode-1.50 :-) again

2002-04-19 Thread Dan Kogai
By the time you read this you must have just awake. On Saturday, April 20, 2002, at 07:07 , Nick Ing-Simmons wrote: > Near line 181 of Encode.xs (tail of main while loop): > > /* settle variables when fallback */ > dlen = SvCUR(dst); > d = (U8*)SvPVX(dst) + dlen; >

Re: [PATCH] Big5-related changes.

2002-04-19 Thread Dan Kogai
Autrijus, I now found that your new *.ucm smokes on t/TW.t > 1..17 > ok 1 - use Encode::TW; > ok 2 - [big5] decode - Basic Big5 range > ok 3 - [big5] encode - Basic Big5 range > ok 4 - [big5] from_to => utf8 - Basic Big5 range > ok 5 - [big5] utf8 => from_to - Basic Big5 range > ok 6 - [big5-hks

Re: Tk804 + Encode-1.50 :-) again

2002-04-19 Thread Nick Ing-Simmons
Nick Ing-Simmons <[EMAIL PROTECTED]> writes: >While (on the other machine) Tk804 seems happy-ish, on >this laptop I am attempting to catch up on my mail >using bleadperl + UTF8-aware tkmail but non Unicode Tk800. > >It seems to be discovering a snag. > >When I try and read Autrijus Tang's latest

Re: Tk804 + Encode-1.50 :-) again

2002-04-19 Thread Nick Ing-Simmons
While (on the other machine) Tk804 seems happy-ish, on this laptop I am attempting to catch up on my mail using bleadperl + UTF8-aware tkmail but non Unicode Tk800. It seems to be discovering a snag. When I try and read Autrijus Tang's latest posting to perl-unicode with that I get a malloc

[Encode] Dark Side of the Emacs Modes [Was: Re: Tk804 ...]

2002-04-19 Thread Dan Kogai
On Saturday, April 20, 2002, at 05:38 , Nicholas Clark wrote: > On Sat, Apr 20, 2002 at 04:27:15AM +0900, Dan Kogai wrote: >> Yes, please. Emacs doesn't do spellcheck-as-you-type like recent >> mailers in MacOS and Windows :) (I know you can spellcheck in Emacs >> but >> I am not sure if it is

LAST Call for Papers - 22nd Unicode Conference - Sep 2002 - San Jose,CA

2002-04-19 Thread Misha . Wolf
Twenty-second International Unicode Conference (IUC22) Unicode and the Web: Evolution or Revolution? http://www.unicode.org/iuc/iuc22 September 9-13, 2002 San Jose, California

Re: [PATCH] Big5-related changes.

2002-04-19 Thread Dan Kogai
On Saturday, April 20, 2002, at 04:53 , Autrijus Tang wrote: > I've been immersed in Big5-related issues in the past few days, and > came back with these last-minute (err, week?) changes before 5.8-RC1. > > The Diff contains fixes to TW.pm, Alias.pm, and README.(tw|cn). Excellent! > (For dan) bi

Re: Tk804 + Encode-1.50 :-) again

2002-04-19 Thread Nick Ing-Simmons
Dan Kogai <[EMAIL PROTECTED]> writes: >On Saturday, April 20, 2002, at 03:45 , Nick Ing-Simmons wrote: >> p4 integrated to //depot/perlio for testing. >> >> Without any changes to Tk804 things improved a bit - only the JP.t and >> KR.t >> tests were failing, and those not failing as badly. > >I t

Re: Tk804 + Encode-1.50 :-) again

2002-04-19 Thread Nicholas Clark
On Sat, Apr 20, 2002 at 04:27:15AM +0900, Dan Kogai wrote: > Yes, please. Emacs doesn't do spellcheck-as-you-type like recent > mailers in MacOS and Windows :) (I know you can spellcheck in Emacs but > I am not sure if it is a good idea to to do so in .pm). You underestimate the power of the

Re: [PATCH] Big5-related changes.

2002-04-19 Thread Autrijus Tang
On Sat, Apr 20, 2002 at 03:53:46AM +0800, Autrijus Tang wrote: > The Diff contains fixes to TW.pm, Alias.pm, and README.(tw|cn). > (For jhi) README fixes are trivial -- mentions new HanExtra encodings, > fix some China word usage, and add my latin-1 name. Err, forget the patch chunks, please use

[PATCH] Big5-related changes.

2002-04-19 Thread Autrijus Tang
I've been immersed in Big5-related issues in the past few days, and came back with these last-minute (err, week?) changes before 5.8-RC1. The Diff contains fixes to TW.pm, Alias.pm, and README.(tw|cn). (For jhi) README fixes are trivial -- mentions new HanExtra encodings, fix some China word usa

Re: Tk804 + Encode-1.50 :-) again

2002-04-19 Thread Dan Kogai
On Saturday, April 20, 2002, at 03:45 , Nick Ing-Simmons wrote: > Dan Kogai <[EMAIL PROTECTED]> writes: >> I am daydreaming that I am a caravan member, driving a herd of >> disobedient camels on the never-ending desert to an oasis called 5.8.0 >> when I released new Encode and PerlIO::encoding. Y

Tk804 + Encode-1.50 :-) again

2002-04-19 Thread Nick Ing-Simmons
Dan Kogai <[EMAIL PROTECTED]> writes: >I am daydreaming that I am a caravan member, driving a herd of >disobedient camels on the never-ending desert to an oasis called 5.8.0 >when I released new Encode and PerlIO::encoding. You can get one as >follows. p4 integrated to //depot/perlio for test