>>>>> "Karjala" == Karjala  <[EMAIL PROTECTED]> writes:

> I'd like my mason pages to run with the utf8 pragma, so that the uc( )
> function transforms foreign alphabets too (not just the English one).

I think you have misunderstood what the utf8 pragma does. This is from
its documentation:

       The "use utf8" pragma tells the Perl parser to allow UTF-8 in
       the program text in the current lexical scope (allow UTF-EBCDIC
       on EBCDIC based platforms). The "no utf8" pragma tells Perl to
       switch back to treating the source text as literal bytes in the
       current lexical scope.

That is, it has nothing whatsoever to do with what you want to
achieve. You should probably read the perllocale manpage.
-- 
                     Calle Dybedahl <[EMAIL PROTECTED]>
                 http://www.livejournal.com/users/cdybedahl/
                "Let me answer that question with a headbutt."
                      -- Buffy, Buffy the Vampire Slayer


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Mason-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mason-users

Reply via email to