Re: [Rails] Re: Re: Encoding problems with Rails 3 + Ruby 1.9.1 (big surprise)
On Sat, Jul 3, 2010 at 4:06 PM, Fernando Perez <lists@ruby-forum.com> wrote:
Ruby 1.9.2 is not yet released, I'll wait it goes final to update my
freebsd port. Until then I'll be running buggy 1.9.1.
1.9.2 is currently in preview and I'm using it on several production applications
with great success. For me, it works better that 1.9.1.
My main problem was handling differently encoded strings. So I had to
add magic comments all over the place, and force_encoding of rdiscount's
output which is US-ASCII.
Moreove my original language uses accentuated characters so if you only
write english you might have not run into the same issues as me. But if
one of your users posts an accentuated char I guess your app will
explode. Have you tried?
The application that I'm working on support German, Spanish, Russian,
Japanese, French, Portuguese, and Chinese.
Good luck,
-Conrad
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home