Our website runs the user’s input via HtmlTidy to clean it. Apparently while doing this it also causes pain for our international subscribers by converting umlauts. Is there any option to specify for HtmlTidy to not do this?
I tried CharacterEncoding with all possible options but nothing seems to be working.
Simply provide an output encoding (input encoding is optional) in the configuration file:
For an overview of available encodings, look at the output-encoding documentation.
EDIT: So you’re using the .NET bindings. It’s the very same settings:
With the correct encodings set, you will get the correct result, without
üand the like.