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;