log4j encoding
Hi,
I am using log4j to log messages into a log file.
the problem rises when i need to log japanese strings into the file
the string is saved as sequence of '?'.
I need to save the Strings as a UTF-8 encoded Strings.
I am using a Log object , and invoke the info(String message) to send the message String.
i tired to change the encoding parameter value in the log4j.properties file to UTF-8. but it didn't work.
can anyone please help me?
Thanks,
Eitan.

