Re: Encoding support in DBD::File

2010-04-21 Thread Martin Evans
H.Merijn Brand wrote: > This rocks! > > my $dbh = DBI->connect ("dbi:CSV:", undef, undef, { > RaiseError=> 1, > PrintError=> 1, > > f_dir => ".", > f_schema => undef, > f_ext => ".csv/r", > f_encoding=> "utf8", > }); > > Any objections

Encoding support in DBD::File

2010-04-21 Thread H.Merijn Brand
This rocks! my $dbh = DBI->connect ("dbi:CSV:", undef, undef, { RaiseError => 1, PrintError => 1, f_dir => ".", f_schema=> undef, f_ext => ".csv/r", f_encoding => "utf8", }); Any objections to me committing that? --8<--- --- /pro/3gl/CPAN/DBI-svn/l