From: Thomas P. <th...@ra...> - 2009-12-19 19:39:36
|
Hi, I use jtidy integrated in silkpage ( http://silkpage.markupware.com/ ). I want migrate my HTML output pages from ISO-8859-1 to UTF-8. Therefore I added the line output-encoding: utf8 to my tidy.properties file. But the HTML-output still contains the line: <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> but with the new UTF-8 encoding it should be: <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> What is the proper way to change this line? Can it be done by configuration? Best regards, Thomas -- http://www.randspringer.de |