<HTML>
<Title>Example For acceptcharset</Title>
<BODY>
<form name="form1" method="post" action="" acceptcharset="UTF-8">
<input type="text"
size=80
accept="image/gif"
value="If you type a character which is not in the list
of character sets used in the form,
then the UTF-8 character setwill be used">
</form>
</BODY>
</HTML>
|