Miroslav Mocek wrote:
Great! According to the links, I have an easy solution.
The only thing that needs to be done, to get HTML in UTF-8 encoding processed right is:
edit <forrest>/main/webapp/WEB-INF/jtidy.properties
replace
char-encoding=latin1
with
char-encoding=utf8

see http://tidy.sourceforge.net/docs/quickref.html#EncodingHeader for additional info

There is no need to play with java's file.encoding.
Maybe this solves FOR-668?

Thanks for looking into this. Please add a note to that issue so that others who hit it can find your solution.

Whether we should change it in the default settings or not needs to be considered, but we should certainly create a FAQ entry about this.

Ross