Kiran Soumya wrote: > I mean in a given message text posted or submitted in a form, > special characters are inconsistently rendering. > > I need to check whether this is a utf problem or an HTML entity > management problem?
Rails works well with UTF-8. When characters are rendering incorrectly after having been posted, 99% of the time it's an encoding configuration with the database or an incorrect HTML content type declaration. Have you checked your database.yml and database encoding setup? -- Roderick van Domburg http://www.nedforce.nl -- 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 -~----------~----~----~----~------~----~------~--~---

