Allan Juul wrote:
i have tried all combs of "use/no bytes and use/no utf8"
to me it looks like my chars get altered around the execute method:
this trace exeample is one single danish letter �
which get converted to æ

Try: perldoc Encode


use Encode;
my $new_text = encode('iso-8859-15', $old_text);

Do this before passing the value to DBI.

Using XML modules seems to trigger this sort of problem.


--
Jonathan Leffler ([EMAIL PROTECTED], [EMAIL PROTECTED]) #include <disclaimer.h>
Guardian of DBD::Informix v2003.04 -- http://dbi.perl.org/




Reply via email to