gilles wrote:
I write in my handler something like  :

use HTML::Entities;
...
$r->content_type('text/html;charset=iso-8859-1')
my $txt="Long life to the &curren";
&decode_entities($txt)
I think you want encode_entities() here :)

HTH

--Geoff

Reply via email to