Re: inserting special characters

2003-06-26 Thread Allan Juul
hello, thanks for the reply - still stuck. 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 æ could it be something to do with collation

Re: inserting special characters

2003-06-26 Thread Jonathan Leffler
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',

RE: Re: inserting special characters

2003-06-26 Thread Igor Korolev
] Subject: Re: inserting special characters hello, thanks for the reply - still stuck. 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 Ã

inserting special characters

2003-06-25 Thread allan juul
hi SQL Server 2000 windows 2000 perl 5.8 i have an annoying problem with sql server, maybe someone have encountered something similar - it concerns special (danish) characters that im unable to insert correctly in the db table (they seem to be escaped with an even stranger char in the db)

Re: inserting special characters

2003-06-25 Thread Michael A Chase
On Wed, 25 Jun 2003 17:36:02 +0200 allan juul [EMAIL PROTECTED] wrote: SQL Server 2000 windows 2000 perl 5.8 i have an annoying problem with sql server, maybe someone have encountered something similar - it concerns special (danish) characters that im unable to insert correctly in the