Re: how to escape french characters

2001-04-11 Thread Ken Menzel
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

Re: how to escape french characters

2001-04-11 Thread Kip Turk
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

Re: how to escape french characters

2001-04-11 Thread Scott Baker
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

Re: how to escape french characters

2001-04-11 Thread christopher sagayam
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

how to escape french characters

2001-04-11 Thread christopher sagayam
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