I have the database filled with some data (added from command line), i setup encoding of the database to utf-8 as well as my website is.
But the output from the database where special chars like "š" etc. is outputted as "�", so what have I done wrong or what should I add? I am siply ECHOing as echo $row['title'];
etc.