On 02/03/2010, at 12:53 PM, David wrote: > Have anyone had the similar problem?
Yep, pretty much everyone attempting to use Ruby 1.9.x will experience this problem. You might want to subscribe to these tickets: https://rails.lighthouseapp.com/projects/8994/tickets/2188-i18n-fails-with-multibyte-strings-in-ruby-19-similar-to-2038 http://rack.lighthouseapp.com/projects/22435/tickets/48-rackutilsunescape-problems-in-ruby-191 All the solutions so far generally involve patching anything that can't correctly guess the character encoding (e.g. Rack::Utils#escape), and forcing the encoding to be UTF-8. Cheers, Nathan -- You received this message because you are subscribed to the Google Groups "Ruby or Rails Oceania" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rails-oceania?hl=en.
