Re: [SQL] Problem with LATIN1 characters from Perl-DBI

2004-09-07 Thread Andreas Joseph Krogh
On Tuesday 07 September 2004 14:06, you wrote: > Hi. > I have a database created with -E LATIN1. Inserting norwegian characters > lik 'ø' works perfectly from JDBC, but from Perl, it stores the word > 'søker' as 'søker'(UNICODE). > > perl --version: > This is perl, v5.8.3 built for i386-linux-thre

[SQL] Problem with LATIN1 characters from Perl-DBI

2004-09-07 Thread Andreas Joseph Krogh
Hi. I have a database created with -E LATIN1. Inserting norwegian characters lik 'ø' works perfectly from JDBC, but from Perl, it stores the word 'søker' as 'søker'(UNICODE). perl --version: This is perl, v5.8.3 built for i386-linux-thread-multi A Mandrake-10 Linux system. I first had the prob