Am Samstag, 21. März 2009 17:47:59 schrieben Sie:
> perl -e "print ('Mär' =~ /^\w+$/)"
>
> prints undef.
>
> however,
>
> perl -Mutf8 -e "print ('Mär' =~ /^\w+$/) , qq[\n\n]"
>
> works, so i'm guessing we just need to through a "use utf8" into the
> test or something?

Good guess! Everything as predicted.

> In the meantime, that seems like a bug in the test to me, more than a
> problem with mod_perl.

That's right. And that's why I reported the problem with the hanging server 
process -- if the process ever starts existing. That's probably a test 
problem too, I think.

Reply via email to