If I specify accept-charset=utf-8 on the form element, and take a input text value with UTF-8 character like(Ä) , it give error (Please enter valid character) from server side. Then what should I do for this solution.
Tejas. On Fri, May 18, 2012 at 4:15 PM, Jan Honza Odvarko <[email protected]>wrote: > > > On May 18, 12:18 pm, "[email protected]" <[email protected]> > wrote: > > Hello, > > > > When I submit the form I got warning in Firefox Firebug. > > > > Below is the Warning: > > > > A form was submitted in the windows-1252 encoding which cannot encode > > all Unicode characters, so user input may get corrupted. To avoid this > > problem, the page should be changed so that the form is submitted in > > the > > UTF-8 encoding either by changing the encoding of the page itself to > > UTF-8 or by specifying accept-charset=utf-8 on the form element. > > > > Please anyone have a solution for this warning. > Isn't the solution suggested in the warning? > > "UTF-8 encoding either by changing the encoding of the page itself to > UTF-8 or by specifying accept-charset=utf-8 on the form element." > > Honza > > > > > Thanks in Advance. > > > > Tejas Savaliya > > -- > You received this message because you are subscribed to the Google > Groups "Firebug" 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 > https://groups.google.com/forum/#!forum/firebug > -- You received this message because you are subscribed to the Google Groups "Firebug" 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 https://groups.google.com/forum/#!forum/firebug
