Re: [htmltmpl] Escaping unicode

2009-11-14 Thread Dawid Joubert
Definitely would second Michael on not running a patched version. There is only 1, yes only 1 circumstance in which you run a patched version. And that in that circumstance you will know it is the right thing to do. Kingdom Houses Management (+44) 0208 281 1572 kingdo...@gmail.com / i...@kingdo

Re: [htmltmpl] using cache

2009-03-24 Thread Dawid Joubert
store one copy of the template and that was on the memcached server. Regards Dawid Joubert - Original Message - From: Sam Tregar To: mail...@comcast.net Cc: html-template-users@lists.sourceforge.net Sent: Tuesday, March 24, 2009 8:45 PM Subject: Re: [htmltmpl] using cache

Re: [htmltmpl] Help! Chinese character displaying problem usingHTML::TEMPLATE

2008-03-14 Thread Dawid Joubert
Hi Allen, You can tell the browser what encoding to use for an HTML document. The first way is to use HTTP Response headers by providing the right Content-Type header example: Content-Typetext/html; charset=UTF-8 The second way is to include it in the HTML document itself as a meta tag http://

Re: [htmltmpl] using H::T from within mod_perl handler

2008-01-12 Thread Dawid Joubert
ou as plain text. Mod_perl sends its own headers when you set the content type so there is no need for this: print "Content-Type: text/html\n\n"; Regards Dawid Joubert Lead Web Developer on STARS software for Ksystems www.klogin.co.uk - Original Message - From: Raful Mr Mitc