Convert all your MySQL database text fields to unicode (or any other encoding)
Have you ever faced a problem when the text fields in your database have different encoding? This usually happens when you import table structure from another database with a different encoding, or when you neglect the encoding at all, which … Continue reading