On Feb 14, 4:29 pm, TJ <[email protected]> wrote: > Switched to new server, and from Apache to Nginx, now random text > throughout site converted to non UTF8 characters, while text after > change remains compliant with UTF8. > > MySQL database set to use UTF8 before and after change. >
Check that the encoding setting in database.yml is set to mysql, and check that table & columns are actually set to use utf8 (show create table etc.). Double check that the columns that claim to contain utf8, do in fact contain utf8 Fred > Also using ThingkingSphinx. > > Any thoughts on fixing this? -- 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.

