
 Manuel Lemos - 2014-11-08 05:51:31 - 
In reply to message 3 from Maik GreubelThat is what your browser is sending.
Currently the site only supports ISO Latin 1 to display pages. When you submit a form with non-ISO Latin 1 characters, your browser converts those characters to HTML entities in the hope that the sites will display them in HTML as it is to make the original characters. However, the site always encodes text using HtmlSpecialChars, and so & characters lose special meaning.
So it is behaving as expected.
Maybe in the future the site will switch the default encoding to UTF-8 but that requires a very large migration effort, so it is hard to anticipate when it will happen.