While I was converting my latin-1 mysql database into utf-8 i came across this article (http://developer.loftdigital.com/blog/php-utf-8-cheatsheet)
please note I have successfully converted my database and my app appears to be working/outputting correctly
It the previously mentioned link it says about installing and using the mbstring extension and functions. This doesn't appear to be necessary, is this something i should consider, ignore or have to do?
Thanks in advance!