Share

HM2JHelp

File Release Notes and Changelog

Release Name: 1.0.14

Notes: This version of HM2JHelp contains support for the R8 version of JTidy. JTidy is used for the parsing of the HTML files. The JTidy R8 snapshot jtidy-8.0-20060801.131059-3.jar is included. All encoding is controlled by the encoding.properties file. The two file types parsed by JTidy library are the .html files and the hcc file. If R8 is being used, the character encoding for reading these files is defined by the html_in and hcc_in properties. (in R7 they are controlled by the jtidyR7_html and jtidy_hcc properties). 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.


Changes: Added support for different character encodings defined within a new properties file, encoding.properties. Added support for JTidy R8. JTidyR8 snapshot now used as default.