Topic: Character encoding issues

Firebug showing me this mesg" An unsupported character encoding was declared on the transfer protocol level. The declaration was ignored."

and whenever I submit a form firebug shows "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."

How to set it to use UTF-8?

Re: Character encoding issues

Please read the Wiki.