1. Use phpMyAdmin to make sure your MySQL connection encoding is also UTF-8
2. Make sure all of the following are set to UTF-8 encoding, not just
one of them (I think column is the only important one anyway though):
- Database
- Table
- Column
3. Try using the htmlspecialchars() function on the output if you aren't
already (you should be already using anyway).