Re: 2 Suprises w/5.8.0 (Unicode)

2002-08-01 Thread Tim Bunce
On Thu, Aug 01, 2002 at 10:09:58AM +0200, Andreas J. Koenig wrote: A wrapper-function for fetchrow_array and fetchrow_hashref when the database contains only UTF-8: sub fetchrow { my($self,$sth,$what) = _; # $what is one of fetchrow_{array,hashref} if ($] 5.007) {

Re: 2 Suprises w/5.8.0 (Unicode)

2002-08-01 Thread Tim Bunce
On Thu, Aug 01, 2002 at 06:47:54PM +0200, Andreas J. Koenig wrote: On Thu, 1 Aug 2002 15:50:08 +0100, Tim Bunce [EMAIL PROTECTED] said: Umm. Of course that'll break if the driver start doing it itself. That's why perlunicode.pod recommends wrapper functions for the time from now till