Skip Menu |

This queue is for tickets about the DBD-SQLite CPAN distribution.

Report information
The Basics
Id: 1371
Status: resolved
Priority: 0/
Queue: DBD-SQLite

People
Owner: Nobody in particular
Requestors: jdigeronimo [...] cacto.com
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 0.18
Fixed in: (no value)



Subject: REGEX ERROR AFTER DB ACCESS
this doesn´t work after i do a DB Access in all my script. $tpl =~ s/á/á/ig; $tpl =~ s/é/é/ig; $tpl =~ s/í/í/ig; $tpl =~ s/ó/ó/ig; $tpl =~ s/ú/ú/ig; $tpl =~ s/Á/Á/ig; $tpl =~ s/É/É/ig; $tpl =~ s/Í/Í/ig; $tpl =~ s/Ó/Ó/ig; $tpl =~ s/Ú/Ú/ig; $tpl =~ s/ñ/ñ/ig; $tpl =~ s/Ñ/Ñ/ig; $tpl =~ s/¿/¿/ig; this error has been detected in Solaris 2.7 , Linux 2.4.9 and MSWNT 4.0 in Solaris i get an PANIC:UTF8_LENGHT
this doesn´t work after i do a DB Access in all my script. $tpl =~ s/á/á/ig; $tpl =~ s/é/é/ig; $tpl =~ s/í/í/ig; $tpl =~ s/ó/ó/ig; $tpl =~ s/ú/ú/ig; $tpl =~ s/Á/Á/ig; $tpl =~ s/É/É/ig; $tpl =~ s/Í/Í/ig; $tpl =~ s/Ó/Ó/ig; $tpl =~ s/Ú/Ú/ig; $tpl =~ s/ñ/ñ/ig; $tpl =~ s/Ñ/Ñ/ig; $tpl =~ s/¿/¿/ig;
Marking resolved as we have too few details (no test script). If this is still a valid bug please re-open it and attach a test script showing the bug.