Navigation:  Customisation > encoding.properties >

JTidy versions

Previous pageReturn to chapter overviewNext page

From version 1.0.14, HM2JHelp uses a snapshot of JTidy R8.

 

Because of the difference in the parsing of font sizes in the R8 version of JTidy, you may need to add the following line to your replace_text.properties file:

 

font-size\:\ 80%=font-size\:\ 12pt

 

If you want to revert to JTidyR7 just download the 04aug2000r7-dev version from http://sourceforge.net/project/showfiles.php?group_id=13153

 

Replace the Tidy.jar file, contained in the lib folder, with the R7 version.

 

The difference is that the R7 version of JTidy uses its own character encoding methods, whereas the R8 version has support for the full range of character encoding provided by Java.