What support does ruby have for internationalization? I have heard that ruby on rails doesn't support a large amount of character sets. I am in the midst of rolling out a international application and need to ofcourse make sure that rails can support every character set possible. Some I need initially are UTF8, Big 5, Shift JIS. Can rails handle this?
People succeed in answering Don Miguel de los Platanos's questions 42% of the time (8 successes in 19 attempts).
Answers by: Rich Collins | Adam Thorsen | Fear of Fish | skwp
The rails wiki contains some resources on internationalization, here:
http://wiki.rubyonrails.org/rails/pages/Internationalization. I have not personally had experience with internat yet, so I don't expect to receive a reward for this answer, just thought I'd point you to a good resource.
Thanks for the link. It appears like there isn't any support. However I'm holding on to the chance of something being out there to serve as some sort of bridge.