ຜະສັກ accept-charset HTML <form>

ການອະທິບາຍແລະການນໍາໃຊ້

accept-charset ຜະສັກ accept-charset ຕາມວ່າຈະນຳໃຊ້ອັນດັບຄວາມວັດຖຸທີ່ນຳໃຊ້ເພື່ອການສົ່ງສັນຍາບັນ.

ຄວາມຄິດ

ຟອມທີ່ມີຜະສັກ accept-charset:

<form action="/action_page.php" accept-charset="utf-8">
  <label for="fname">Name:</label>
  <input type="text" id="fname" name="fname"><br><br>
  <input type="submit" value="Submit">
</form>

Try it yourself

Syntax

<form accept-charset="character_set">

Attribute value

Value Description
character_set

A space-separated list of character encodings, used for one or more character encodings when submitting a form.

Common values:

  • UTF-8 - Character encoding for Unicode
  • ISO-8859-1 - Character encoding for Latin letters

In theory, any character encoding can be used, but no browser can understand all encodings. The more widely a character encoding is used, the better the browser supports it.

To view all available character encodings, please refer to our character set reference.

Browser Support

Chrome Edge Firefox Safari Opera
Chrome Edge Firefox Safari Opera
Support Support Support Support Support