Re: Add Unicode Support to the DBI

2011-11-09 Thread H.Merijn Brand
On Wed, 09 Nov 2011 19:41:33 +, "Martin J. Evans" wrote: > Your going to have a lot of problems with this test code and DBD::Unify > as we previously discovered that DBD::Unify does not decode the data > coming back from the database itself but it can be decoded by any Perl > script using

Re: Add Unicode Support to the DBI

2011-11-09 Thread H.Merijn Brand
On Wed, 09 Nov 2011 19:41:33 +, "Martin J. Evans" wrote: tl;dr; > On 09/11/2011 15:49, H.Merijn Brand wrote: > > On Tue, 08 Nov 2011 21:12:13 +, "Martin J. Evans" > > wrote: > > > >> I've just checked in unicode_test.pl to DBI's subversion trunk in /ex dir. > >> > >> It won't run right

Re: Add Unicode Support to the DBI

2011-11-09 Thread Martin J. Evans
On 09/11/2011 15:49, H.Merijn Brand wrote: On Tue, 08 Nov 2011 21:12:13 +, "Martin J. Evans" wrote: I've just checked in unicode_test.pl to DBI's subversion trunk in /ex dir. It won't run right now without changing the do_connect sub as you have to specify how to connect to the DB. Also,

Re: Add Unicode Support to the DBI

2011-11-09 Thread H.Merijn Brand
On Wed, 9 Nov 2011 16:23:53 +, Tim Bunce wrote: > On Wed, Nov 09, 2011 at 04:50:29PM +0100, H.Merijn Brand wrote: > > On Tue, 08 Nov 2011 21:12:13 +, "Martin J. Evans" > > wrote: > > > > > I've just checked in unicode_test.pl to DBI's subversion trunk in /ex dir. > > > > So now attache

Re: Add Unicode Support to the DBI

2011-11-09 Thread Tim Bunce
On Wed, Nov 09, 2011 at 04:50:29PM +0100, H.Merijn Brand wrote: > On Tue, 08 Nov 2011 21:12:13 +, "Martin J. Evans" > wrote: > > > I've just checked in unicode_test.pl to DBI's subversion trunk in /ex dir. > > So now attached Any chance you could rework your changes into the (recently updat

Re: Add Unicode Support to the DBI

2011-11-09 Thread H.Merijn Brand
On Tue, 08 Nov 2011 21:12:13 +, "Martin J. Evans" wrote: > I've just checked in unicode_test.pl to DBI's subversion trunk in /ex dir. So now attached -- H.Merijn Brand http://tux.nl Perl Monger http://amsterdam.pm.org/ using 5.00307 through 5.14 and porting perl5.15.x on HP-UX 10.20

Re: Add Unicode Support to the DBI

2011-11-09 Thread H.Merijn Brand
On Tue, 08 Nov 2011 21:12:13 +, "Martin J. Evans" wrote: > I've just checked in unicode_test.pl to DBI's subversion trunk in /ex dir. > > It won't run right now without changing the do_connect sub as you have > to specify how to connect to the DB. > Also, there is a DBD specific section at