Subject: Re: ÅÄÖåäö commes out as ??
From: "andrew welch" <andrew.j.welch@xxxxxxxxx>
Date: Fri, 9 Jun 2006 11:32:31 +0100
|
On 6/9/06, Niklas Holmberg <Niklas.Holmberg@xxxxxxxxx> wrote:
Got this error when i added that:
Unrecognized option: -encoding=3DUTF-8
Could not create the Java virtual machine.
The 3D was added by one of the mailers, although I think the correct
way to set it from the command line is:
-Dfile.encoding=UTF-8
...and not my orginal suggestion. So for you it would be
java -Dfile.encoding=UTF-8 -classpath.........
|