Ruby gotcha!
If you're thinking of importing unicode characters into a database and your using Ruby on Windows, beware!
It looks like Ruby on Windows screws with ASCII codes 192 through to 247, not good if your web application needs to import UTF8 characters, .NET may need to be wheeled in as a temporary measure while this gets sorted out.

