Re: special characters -> html entities

2002-10-22 Thread Arshavir Grigorian
Have you tried using the HTML::Entities module? Good luck. Arsh On Tue, 22 Oct 2002 21:49:00 +0200 allan <[EMAIL PROTECTED]> wrote: > hi > > i have some troubles with scandinavian characters in form input > fields. i wish to translate (or subsitute rather) the special ones > into their html

special characters -> html entities

2002-10-22 Thread allan
hi i have some troubles with scandinavian characters in form input fields. i wish to translate (or subsitute rather) the special ones into their html enitity before they are put in a database. something like: ... my %params = $r->method eq 'POST' ? $r->content : $r->args; my $name = $params{$na