- From: Lee <ler762@gmail.com>
- Date: Mon, 28 Oct 2019 17:41:10 -0400
- To: Ingo Wolf <ingo.wolf@gmx.de>
- Cc: html-tidy@w3.org
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
Received on Monday, 28 October 2019 21:41:13 UTC