Re: an api

2002-04-10 Thread Andreas J. Koenig
> On Wed, 10 Apr 2002 04:04:42 +0900, Dan Kogai <[EMAIL PROTECTED]> said: > On Wednesday, April 10, 2002, at 03:58 , Jarkko Hietaniemi wrote: >> >> Encode::Alias::resolve_alias(), to go with define_alias()? > Well, be it resolve_alias(). Maybe it's nit-picking, but I find this one a

Re: an api

2002-04-09 Thread Dan Kogai
On Wednesday, April 10, 2002, at 03:58 , Jarkko Hietaniemi wrote: > > Encode::Alias::resolve_alias(), to go with define_alias()? Or cname() :? And of course, Encode->() is for UTF-128 :P Well, be it resolve_alias(). Dan the Network Consultant by Trade

Re: an api

2002-04-09 Thread Jarkko Hietaniemi
quot; > > > > e.g. > > > > Encode::foobar('latin1') eq 'iso8859-1' > > > > If so (and I think there should be), Encode::Alias should probably tell > > about it, not just about *defining* aliases. > > It is already possibl

Re: an api

2002-04-09 Thread Dan Kogai
27;iso8859-1' > > If so (and I think there should be), Encode::Alias should probably tell > about it, not just about *defining* aliases. It is already possible via find_encoding("latin1")->name eq 'iso-8859-1'; but it's much more intuitive to add an API.