my database (MySql) has a utf8_general collation. I am accessing data from database and showing a webpage (developed in Perl), it is showing Swedish characters (ä,å,ö) with a di
You need to set Charset to utf8 in your connection!
charset = utf8