RE: Setting JVM == file.encoding = Cp1252

2004-09-08 Thread Allistair Crossley
Ben, file.encoding is a JVM parameter specified e.g java -Dfile.encoding=Cp1252 SomeClass There is no need to set this in server.xml when you can do this in the startup scripts for TC. You could even try within Java code System.setProperty(file.encoding, Cp1252); ADC -Original

RE: Setting JVM == file.encoding = Cp1252

2004-09-08 Thread Allistair Crossley
-Ursprüngliche Nachricht- Von: Allistair Crossley [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 8. September 2004 11:46 An: Tomcat Users List; [EMAIL PROTECTED] Betreff: RE: Setting JVM == file.encoding = Cp1252 Ben, file.encoding is a JVM parameter specified e.g java -Dfile.encoding

RE: Setting JVM == file.encoding = Cp1252

2004-09-08 Thread Allistair Crossley
:04 An: [EMAIL PROTECTED] Betreff: RE: Setting JVM == file.encoding = Cp1252 have you tried UTF-8 rather than UTF8 as page encoding? ADC -Original Message- From: Ben Bookey [mailto:[EMAIL PROTECTED] Sent: 08 September 2004 12:02 To: Allistair Crossley Subject: AW: Setting

RE: Setting JVM == file.encoding = Cp1252

2004-09-08 Thread Allistair Crossley
. regards, Ben -Ursprüngliche Nachricht- Von: Allistair Crossley [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 8. September 2004 12:41 An: [EMAIL PROTECTED]; [EMAIL PROTECTED] Betreff: RE: Setting JVM == file.encoding = Cp1252 hi ben, the jvm always operates with utf. Data