Template Toolkit and UTF8 (was Re: UTF-8 encoding problems under Apache 2 with mod_perl 2.)

2007-04-05 Thread Clinton Gormley
I realise that you're probably not using template toolkit, but on a separate but related note: For those on the list using Template Toolkit, if your templates contain UTF8, you need to prefix them with a UTF8 BOM for them to be recognised as UTF8, otherwise TT gets really confused. See here for m

Re: UTF-8 encoding problems under Apache 2 with mod_perl 2.

2007-04-04 Thread Jeff Nokes
To: modperl@perl.apache.org Sent: Wednesday, April 4, 2007 7:20:01 PM Subject: Re: UTF-8 encoding problems under Apache 2 with mod_perl 2. > >We also do everything (not source code, which is in ISO-8859-1, only content) >in UTF-8 where I >work, and we support many different langua

Re: UTF-8 encoding problems under Apache 2 with mod_perl 2.

2007-04-04 Thread Jeff Pang
> >We also do everything (not source code, which is in ISO-8859-1, only content) >in UTF-8 where I >work, and we support many different languages. Jeff,how did you do it by using utf-8 for everything?can you give a rough description?Thanks. -- mailto: [EMAIL PROTECTED] http://home.arcor.de

Re: UTF-8 encoding problems under Apache 2 with mod_perl 2.

2007-04-04 Thread Jeff Nokes
We also do everything (not source code, which is in ISO-8859-1, only content) in UTF-8 where I work, and we support many different languages. We never use any apache configurations or make any explicit reference to the OS locale being used. As of Perl 5.8*, internally Perl assumes UTF-8 for al

Re: UTF-8 encoding problems under Apache 2 with mod_perl 2.

2007-04-04 Thread Perrin Harkins
On 4/4/07, Tamer Embaby <[EMAIL PROTECTED]> wrote: Server: Apache/2.0.58 (Unix) mod_perl/2.0.3 Perl/v5.8.4 You probably want a later Perl than that. Many unicode bugs have been fixed since then. I have a hunch that it's something to do with the Locale passed to the mod_perl that I should be