Re: encoding pragma aborts script

2005-01-24 Thread RH
"Jeff Zucker" <[EMAIL PROTECTED]> píse v diskusním príspevku news:[EMAIL PROTECTED] > RH wrote: > >>Hi, >>I have an app which connects via DBI:DBD:CSV to a flat file. >>When I include pragma use encoding, > Ah, ok I found it. This patch to DBD::File fixes it. > > 533c533 > < sprintf('(?:%s|%

Re: encoding pragma aborts script

2005-01-23 Thread Jeff Zucker
RH wrote: Hi, I have an app which connects via DBI:DBD:CSV to a flat file. When I include pragma use encoding, Ah, ok I found it. This patch to DBD::File fixes it. 533c533 < sprintf('(?:%s|%s¦%s)', --- sprintf('(?:%s|%s|%s)', In other words, change line 533 in File.pm to look like the se

Re: encoding pragma aborts script

2005-01-23 Thread Jeff Zucker
RH wrote: I have an app which connects via DBI:DBD:CSV to a flat file. When I include pragma use encoding, the app aborts (message from OS and the script is killed). I found out that script is aborted during execute method of DBI. The DB file has only ASCII characters. I use pragma encoding to disp

encoding pragma aborts script

2005-01-21 Thread RH
Hi, I have an app which connects via DBI:DBD:CSV to a flat file. When I include pragma use encoding, the app aborts (message from OS and the script is killed). I found out that script is aborted during execute method of DBI. The DB file has only ASCII characters. I use pragma encoding to display l