Today I looked through the facebook.com HTML code and found something like this:
<input type="hidden" value="€,´,€,´,水,,Є" name="charset_test"/>
It is repeated two times inside the <form>...</form> .
Any idea that this code might be useful for any client-side client encoding? As far as I know, the browser encoding is in any case transmitted in an HTTP request ("Accept-Charset" header).
html php facebook forms character-encoding
Void
source share