On 2007-09-05 17:55:02 +0900, Charles Plessy wrote: > Curieusement, perl a le même problème : > > echo "eee" | perl -pe 'tr /e/é/'
Pas en utilisant les bonnes options: vin:~> locale charmap UTF-8 vin:~> echo "eee" | perl -C -pe 'use utf8; tr/e/é/' ééé -- Vincent Lefèvre <[EMAIL PROTECTED]> - Web: <http://www.vinc17.org/> 100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/> Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon) -- Lisez la FAQ de la liste avant de poser une question : http://wiki.debian.net/?DebianFrench Vous pouvez aussi ajouter le mot ``spam'' dans vos champs "From" et "Reply-To:" To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

