http://qs1969.pair.com?node_id=11135501


in reply to How to set charset when POSTing?

If it needs to be an actual header, then you need to use javascript to handle the POST action onClick of a <input type=button ...>. Otherwise, you can also send it as a <input type=hidden ...> then just pull it out of the POST params to know what charset can be accepted.