I have no problems displaying data from my database with characters
like é à è etc. anywhere in my application; however on my edit page,
when it tries to display the data in the text fields I get
incompatible character encoding errors.  Any ideas?


<% for c in @attribute_columns do %>
  <%= f.text_field c.second %>

-- 
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-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to