When I save a single quote character in my database, it was converted into & so when I read it out from database to view on my webpage, this single quote character (and maybe many other special-treated character) is showed as & which is not expected. I expect the " ' " character to be displayed.
How can I convert & to ' (single quote character) using ruby code? Please help. Nam. -- 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

