Hi,
> Anyone have any ideas how I go about changing the encoding that James
> uses, which defaults to the ANSI one? I've tried the JVM params
> -Dfile.encoding=8859_1 -Dmail.mime.charset=iso-8859-15, with no change
> in the result.
Have you tried what i suggested yesterday?
java -Dfile.encoding=UTF-8
or
java -Dfile.encoding=CP1252

Recent JVM's seem to ignore this parameter though, so you should try to set the default locale on the OS level.

Michael

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to