Hacker News new | ask | show | jobs
by comron 5632 days ago
Listed under "Roadmap" in the readme is the following:

Investigate Unicode support for Ruby 1.8. to_lang has only been tested with 1.9.

Do you have a copy of 1.9 to test with?

1 comments

Ah, yes. Much better:

    ruby-1.9.2-p0 > "Where is the bathroom?".to_spanish
    => "¿Dónde está el baño?" 
Thanks