If i have a HTML page with setting to be UTF-8. and then I input Chinese characters with encoding big5 in the form and submit. what encoding it is at server side ? is it automatically converted to UTF-8? Or how it works ?? Thanks!
Supplement1: Actually i am really not sure, why the browser can decide which encoding to use ? since the encode was generated by IME. for example: the tool i used to input Chinese character, right ?
supplement2: if everything just like what "Michael Madsen" said at the below response, then how can asp.net handle this, such that whatever and no matter how i input the characters in the forms, it will not get corrupted always but jsp can't?