Displaying 1 result from an estimated 1 matches for "keloidales".
2008 Aug 26
0
utf-8 encoding problem for text field
hi all,
I have a problem concerned with utf-8 encoding and text_field.
the text field - <%= text_field :query, :text %>
In the text_field I entered keloidales de acné
In controller I tried params[:query][:text]
for this I get keloidales de acn and é is omitted..
please can anyone give a solution for this
thanks and regards
Raju
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message b...