http://qs321.pair.com?node_id=185719


in reply to Re: ASCII to UTF-8
in thread ASCII to UTF-8

If I'm correct in guessing that you're asking where to put the header information to set the character set, change your line:

print $q->header();

to the following (untested):

print $q->header(-type => 'text/html', -charset => 'UTF-8' );

-rattus

__________
He seemed like such a nice guy to his neighbors / Kept to himself and never bothered them with favors
- Jefferson Airplane, "Assassin"