How do I type chinese in a textbox.
I tried to set the accept-charset in the form to accept-charset="Big5" but it does still shows english characters.
I have this
<form accept-charset="Big5" encoding="Big5" method="post">
<input type="text" name="test">
<input type="submit" name="submit">
</form>
and my question why does it stil shows english character while typing.
You need to change your IME to Chinese IME.