From: Thomas P. <th...@ra...> - 2009-12-19 20:26:53
|
Thank you very much. That solved my problem! Thomas Am Sat, 19 Dec 2009 11:54:34 -0800 (PST) schrieb Adrian Sandor <ad...@ya...>: > Hi, this seems to be a bug in the current trunk code. It's already fixed in the CodeUpdateAndJava5 branch, but that's not released yet. You could use that branch (from svn), or backport the fix (method Clean.verifyHTTPEquiv)... or ask me to do it and wait. > > Regards, > Adrian > > > --- On Sun, 12/20/09, Thomas Porschberg <th...@ra...> wrote: > > > From: Thomas Porschberg <th...@ra...> > > Subject: [Jtidy-user] http-equiv meta attribute > > To: jti...@li... > > Date: Sunday, December 20, 2009, 3:26 AM > > 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 > > > > > > ------------------------------------------------------------------------------ > This SF.Net email is sponsored by the Verizon Developer Community > Take advantage of Verizon's best-in-class app development support > A streamlined, 14 day to market process makes app distribution fast and easy > Join now and get one step closer to millions of Verizon customers > http://p.sf.net/sfu/verizon-dev2dev > _______________________________________________ > Jtidy-user mailing list > Jti...@li... > https://lists.sourceforge.net/lists/listinfo/jtidy-user -- http://www.randspringer.de |