views:

17

answers:

0

I've read several Stack Overflow questions re. this and haven't been able to find an answer.

I'm running Rails 2.3.3 and am having an issue properly displaying Unicode characters from MySQL in my app and even in the Rails console.

Connecting to MySQL via my ssh console and querying works fine. However, soon as I retrieve a record containing special characters using Rails console or from my webapp, characters aren't properly displayed.

character encoding is set to utf8 in the database.yml file. Any other suggestions?