Rails and Greek
February 17th, 2008
No comments
Rails is great when you want to start quickly and 10 minutes later have your first web application up and running. This is because many things that are needed are pre-configured. This is true but unfortunately if you live in a part of the world where everyone speaks a weird sounding language that has characters that are not standard, you have to use Unicode.
I live in this part of the world where everyone speaks Greek. Somehow we manage to communicate, but that’s another story.
I want to share with you what I found the hard way. How to setup your Rails application to handle Greek language without any problems:

Recent Comments