Setting the character encoding in form submit for Internet Explorer
问题 I have a page that contains a form. This page is served with content type text/html;charset=utf-8. I need to submit this form to server using ISO-8859-1 character encoding. Is this possible with Internet Explorer? Setting accept-charset attribute to form element, like this, works for Firefox, Opera etc. but not for IE. <form accept-charset=\"ISO-8859-1\"> ... </form> Edit: This form is created by server A and will be submitted to server B. I have no control over server B. If I set server A to