>>>>> "alex" == alex vandenabeele <Lex> writes:

    alex> thus is my question: which regex do i have to use so i'll get
    alex> the words with diaeresis also in @words?

Hi, Alex.

Try turning on Perl's locale support to help with this - add the line
'use locale;' to the top of your script.  It depends on your system's
locale configuration being sane, but it should solve your problem if
this is so.

Hope this helps,

- Chris.
-- 
$a="printf.net"; Chris Ball | chris@void.$a | www.$a | finger: chris@$a
         "In the beginning there was nothing, which exploded."


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to