Strange problems with charsets
Status: Beta
Brought to you by:
khurshid
I had a problem with the use of tidy since it doesn't
follow the "encoding" parameter given in the ant task
and the current code make conversion based on system
locale.
My fix was to had the following line in Util.java line 66 :
tidy.setCharEncoding(org.w3c.tidy.Configuration.RAW);
This ensure the cleaning made by tidy doesn't do extra
charset conversion.
Logged In: NO
t
Logged In: NO
test
Logged In: YES
user_id=271087
This will be included in next release