5 messages in com.mysql.lists.mysqlRe: how to escape french characters
FromSent OnAttachments
christopher sagayam11 Apr 2001 09:15 
christopher sagayam11 Apr 2001 09:16 
Scott Baker11 Apr 2001 09:37 
Kip Turk11 Apr 2001 09:44 
Ken Menzel11 Apr 2001 10:40 
Subject:Re: how to escape french characters
From:Kip Turk (ki@wcc.net)
Date:04/11/2001 09:44:21 AM
List:com.mysql.lists.mysql

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 characters]/\\$1/g;