Navigation: Customisation > encoding.properties > Input encoding |
![]() ![]() ![]() |
The following properties define the encoding used when reading the files.
property |
value |
xml_in |
Input encoding for xml files. Can take any valid Java character encoding name. |
css_in |
Input encoding for css files. Can take any valid Java character encoding name. |
hpp_in |
Input encoding for hpp files. Can take any valid Java character encoding name. |
js_in |
Input encoding for js files. Can take any valid Java character encoding name. |
The following properties are associated with the input parsing of the html and hcc files and their use differs depending on whether JTidy R7 or R8 is in use.
property |
value |
JTidy |
jtidyR7_html |
Input encoding for html file. Can take any of the values ASCII, ISO2022, LATIN1, MACROMAN, RAW or UTF8 |
R7 |
jtidyR7_hcc |
Input encoding for html file. Can take any of the values ASCII, ISO2022, LATIN1, MACROMAN, RAW or UTF8 |
R7 |
html_in |
Input encoding for html files. Can take any valid Java character encoding name. |
R8 |
hcc_in |
Input encoding for hcc contents file. Can take any valid Java character encoding name. |
R8 |