Thank You, made suggestion for that parameter and text field for custom parameters on that page...
-----Ursprüngliche Nachricht-----
Von: Lee <ler762@gmail.com>
Gesendet: Montag, 28. Oktober 2019 22:41
An: "Ingo Wolf" <ingo.wolf@gmx.de>
Cc: html-tidy@w3.org
Betreff: Re: keep ü ä ö ...
</ingo.wolf@gmx.de>
On 10/27/19, Ingo Wolf <ingo.wolf@gmx.de> wrote:
> Hi, I'v tried every Char encoding on
>
>
https://infohound.net/tidy/>
> can't get ü ä ö ... kept in output,
>
> what do I have to set
--preserve-entities yes
$ tidy -q --preserve-entities yes --tidy-mark no test.html
line 3 column 1 - Warning: inserting missing 'title' element
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
<p>this is &uuml; ü</p>
<p>this is &auml; ä</p>
<p>this is &ouml; ö</p>
</body>
</html>
Regards,
Lee