Karjala, K> I'd like my mason pages to run with the utf8 pragma, so that the uc( ) K> function transforms foreign alphabets too (not just the English one).
K> I've tried to type 'use utf8;' in a <Perl> section in Apache's K> httpd.conf file, but that didn't do anything. K> I've even tried to type 'use utf8;' in the mason page just before the K> uc( ) function, and that still didn't do anything. K> What might be the problem and how do you think I could go about solving it? First of all, you should perldoc perluniintro, perldoc perlunicode, perldoc Encode, perldoc utf8 and perldoc encoding. Then, if you want to upgrade your 8-bit data to UTF-8, you should use the "encoding" pragma instead of "utf8" pragma. -- Eugene Gladchenko EVG15-RIPE ------------------------------------------------------- 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

