Re: [cgiapp] Problem displaying French, sometimes

2008-09-10 Thread Mike Tonks
Hi Ron, Your script should send a response header as follows: Content-Type: text/html; charset=UTF-8 and in your HTML source you should have a matching meta-tag: meta http-equiv=Content-Type content=text/html; charset=UTF-8 / If you're using CA then the response header can be defined by:

[cgiapp] Re: Titanium first impressions

2008-09-10 Thread Mark Stosberg
On Tue, 09 Sep 2008 22:36:22 +0100 Richard Jones [EMAIL PROTECTED] wrote: I've been having a play with Titanium. As I understand it, it's just a class that WebApp inherits instead of the traditional 'use base CGI::Application', and just loads some useful modules (CAP::*), but doesn't

Re: [cgiapp] Solved: Problem displaying French, sometimes

2008-09-10 Thread Ron Savage
Hi Folks Here's a report of at least one way of getting non-ASCII data into a database, and then from there to a web page. Warning: The different uses (spellings) of utf-8 and utf8 etc are not accidental. Specifically, users of Encode absolutely must read the section in the docs titled 'UTF-8