search for: utf8_enforcer_tag

Displaying 1 result from an estimated 1 matches for "utf8_enforcer_tag".

2012 Feb 07
10
Encoding error
...register what have special characters, and when I try to put on my form to edit this values, this happens: incompatible character encodings: UTF-8 and ASCII-8BIT Extracted source (around line #4): 1: <%= form_for :group, :url => { :action => "update" } do |f| %> 2: <%= utf8_enforcer_tag %> 3: <label>Nome do grupo</label> <%= f.text_field :name %> <br /> 4: <label>Descrição</label> <%= f.text_area :description, :cols => 60, :rows => 6 %><br /> 5: <%= f.submit "Editar grupo" %> 6: <% end %> In my d...