MAIL PROTECTED]
- Original Message -
From: "christopher sagayam" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, April 11, 2001 12:15 PM
Subject: how to escape french characters
im using a INSERT into tablename values ('$something1' ,
'$s
On Wed, 11 Apr 2001, christopher sagayam wrote:
> First of all how to find out a special french character using perl and then how to
>escape it ?
While this is pretty much off topic for mysql, I'll respond and add the
magic words to get my post through.
$something1 =~ s/[list of french charact
omething2')
>
>now if $something1 contains any french characters likeƩ
>
>mysql says there is an error in sql statement
>
>I am using a BLOB datatype
>
>How to escape french characters using perl or using mysql
>
>
>chris
First of all how to find out a special french character using perl and then how to
escape it ?
chris
- Original Message -
From: christopher sagayam
To: [EMAIL PROTECTED]
Sent: Wednesday, April 11, 2001 9:45 PM
Subject: how to escape french characters
im using a INSERT into
im using a INSERT into tablename values ('$something1' , '$something2')
now if $something1 contains any french characters likeƩ
mysql says there is an error in sql statement
I am using a BLOB datatype
How to escape french characters using perl or using mysql
chris