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


in reply to OT? Character set issues with MySQL/CGI::Application

For a quick-n-dirty fix, try this:
# $text is the variable containing "Espaņol" from the database use Encode; $text = encode("iso-8859-1", decode("utf-8", $text)); # now print $text