I am reading (mysql) data to display on the view using ruby on rails. Everything is displayed fine, only the text is not in unicode, there are some text that are written in my native language and they can’t be displayed correctly, all those letters are re-marked as question marks.
Share
You have to change default MySQL charset and collation through the MySQL console. Here’s the simple guide how to do that: http://www.devcha.com/2008/03/convert-existing-mysql-database-from.html