I have an application that stores information into the database after using utf8_encode.
My live server is able to grab and manipulate the data but for some reason my Gentoo box, which I use for testing/development at home, is having some trouble with the encoding.
After the queries this is how I ...