Hi,
I'm getting the following error with my Ruby 1.9 & Rails 2.3.4. This happens when user submits a non-ASCII standard character.
I read a lot of online resources but none seems to have a solution that worked!
I tried using (as some resources suggested)
string.force_encoding('utf-8')
But it didn't help!
Any ideas how to resolve this? is there a way to eliminate such characters before saving to DB? or is a there a way to make them show?
Thanks,
Tam