Re: iso-2022-jp snags.

2002-04-11 Thread Dan Kogai
On Friday, April 12, 2002, at 02:30 , Nick Ing-Simmons wrote: > Having hacked RFC2047 support into tkmail I have now seen some > non-latin1 characters in a "real" perl/Tk app. > > There seem to be a few snags with mime's iso-2022-jp: > > - It failed to demand load given upper-case form ISO-2022-JP

Re: Encode API

2002-04-11 Thread Nick Ing-Simmons
Daisuke Maki <[EMAIL PROTECTED]> writes: >> What's wrong with >> >> use Encode (); >> >> ? > >I do realize it's a style issue. I don't feel particularly strongly >about this, but it just seems odd that a core module would do this. I am afraid it is legacy from its brief life as a sub-module

Re: [PATCH] Encoder.pm

2002-04-11 Thread Dan Kogai
On Thursday, April 11, 2002, at 12:49 , Tatsuhiko Miyagawa wrote: > - Encoder->new($data)->iso_8859_1; # OOP way > + Encode::Encoder->new($data)->iso_8859_1; # OOP way Ooops. Thanks. Applied. Dan

Re: [Encode] 3 patches

2002-04-11 Thread Benjamin Goldberg
Dan Kogai wrote: > > On Tuesday, April 9, 2002, at 10:39 , Nick Ing-Simmons wrote: > > I _think_ that gets me back to where I was. Now I can see if I can > > get jis0208 to work ... > > Thank you and your patches are applied flawlessly. > > > --- lib/Encode/Unicode.pm.shipTue Apr 9 14: