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;

-- 
===============================================
Kip Turk                    phone: 915.234.5678
Systems Administrator           or 800.695.9016
Killer of Spam/Writer of Code/Penguin Proponent
West Central Net              fax: 915.656.0071
===============================================


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to