accept-charset attribute on <form>
accept-charset
<form>
Allows wider character repertoire
Comma-separated list of charsets
Example:
<form action="..." accept-charset="iso-8859-1,utf-8">
<form action="..."
accept-charset="iso-8859-1,utf-8">
Note: was on <input> and <textarea> in RFC 2070, is on <form> in HTML 4.0
<input>
<textarea>
François Yergeau & Martin Dürst
45 of 107