Hide
In the mm:import code (also when handling forms) there is some code which can 'fix' the encoding of a post.
This is to work around the issue that posts should be in latin-1 if there is no encoding on the request. Browsers then posted as the response though.
The bug is that this code was triggered too if a encoding _was_ specified.,
Show
In the mm:import code (also when handling forms) there is some code which can 'fix' the encoding of a post.
This is to work around the issue that posts should be in latin-1 if there is no encoding on the request. Browsers then posted as the response though.
The bug is that this code was triggered too if a encoding _was_ specified.,