devcenter:/usr/local# java -version
java version "1.5.0_04"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_04-b05)
Java HotSpot(TM) 64-Bit Server VM (build 1.5.0_04-b05, mixed mode)
devcenter:/usr/local# echo $LANG
[EMAIL PROTECTED]
devcenter:/usr/local# cat /etc/debian_version
3.1
Can it be a problem running james 2.2.0 wiht java 1.5 ?
bye
Am Donnerstag, den 23.02.2006, 09:50 +0100 schrieb Stefano Bagnara:
> Stefano Bagnara wrote:
> > Norman Maurer wrote:
> >> After looking in the chartable fo windows it seems that the 8bit was
> >> convertet to 7bit an so the last bit was set to 0
> >>
> >> maybe thats a help ..
>
>
> What OS is installed in the host?
> What JVM?
> What is the default Locale of the OS?
>
> Other useful informations can be collected adding this code (e.g.
> somewhere in the AddFooter or anywhere else):
>
> String encoding = (new InputStreamReader(System.in)).getEncoding();
> log.debug("System Encoding: "+encoding);
> log.debug("Default Java Charset: "+MimeUtility.getDefaultJavaCharset());
>
> You can also try adding "-Dfile.encoding=8859_1" and
> "-Dmail.mime.charset=iso-8859-15" to your java vm parameters and check
> the above command results and the encoding issues.
>
> Stefano
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> !EXCUBATOR:2,43fd78d6137941941213293!
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]