Forms: accept-charset


accept-charset attribute on <form>

Allows wider character repertoire

Comma-separated list of charsets

Example:

  <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