Re: Character encoding woes

2004-05-07 Thread Kjetil Hustveit
Thanks for your reply but unfortunately it didn't do the trick. Tried both to invoke it when starting and in code with System.setProperty("file.encoding", "ISO-8859-1"); Regards Kjetil På 6. mai. 2004 kl. 18.29 skrev Samir Shaikh: Try to pass the options when the jvm is invoked. -Dfile.encoding

RE: Character encoding woes

2004-05-06 Thread Samir Shaikh
Try to pass the options when the jvm is invoked. -Dfile.encoding=ISO-8859-1 -Original Message- From: Kjetil Hustveit [mailto:[EMAIL PROTECTED] Sent: Thursday, May 06, 2004 9:01 AM To: [EMAIL PROTECTED] Subject: Character encoding woes How can one change the character encoding from UTF-8

RE: Character encoding

2004-01-29 Thread Navneet Joneja
Axis User; Michael Serero Subject: Re: Character encoding 1.1 RC1 encoding is horribly broken. Please use at least 1.1, or better current 1.2 Alpha. Jens On 1/29/04 10:01 PM Michael Serero <[EMAIL PROTECTED]> wrote: > I found the release-note file in my axis installation. > I am using 1.1

Re: Character encoding

2004-01-29 Thread Jens Schumann
tant to upgrade to 1.2 because we are > finishing a QA cycle on our app. > > Michael > > -Original Message- > From: Michael Serero [mailto:[EMAIL PROTECTED] > Sent: Thursday, January 29, 2004 12:39 PM > To: [EMAIL PROTECTED] > Subject: RE: Character encoding >

RE: Character encoding

2004-01-29 Thread Michael Serero
:39 PM To: [EMAIL PROTECTED] Subject: RE: Character encoding Jens, I tend to aggree with you. That doesn't look like the right way of fixing it. However I am lucky because my app only reads/write XML files in UTF-8 encoding. I have a silly question though: How do I check the version of my

RE: Character encoding

2004-01-29 Thread Michael Serero
t: Re: Character encoding On 1/28/04 8:57 PM Michael Serero <[EMAIL PROTECTED]> wrote: > Soniya, > > You are a star! You made my day! > To be honest, this sounds like a dirty workaround and might introduce a lot of other problems (while reading files which aren't UTF-8, beca

Re: Character encoding

2004-01-28 Thread Jens Schumann
On 1/28/04 8:57 PM Michael Serero <[EMAIL PROTECTED]> wrote: > Soniya, > > You are a star! You made my day! > To be honest, this sounds like a dirty workaround and might introduce a lot of other problems (while reading files which aren't UTF-8, because they were written by non java applications

RE: Character encoding

2004-01-28 Thread Shah, Soniya M. [RA]
PROTECTED] Subject: RE: Character encoding Soniya, You are a star! You made my day! Changing the default encoding in the JVM on both the client and server worked beautifully. I don't know if your second tip works. I am not using weblogic. Surely there must be a way to tell Axis to use the

RE: Character encoding

2004-01-28 Thread Michael Serero
;Axis User ' Subject: RE: Character encoding You could add following lines in your client or server code: Properties pi = System.getProperties(); pi.put("file.encoding", "UTF-8"); System.setProperties(pi); If this does not work try following: for the client

RE: Character encoding

2004-01-28 Thread Shah, Soniya M. [RA]
for client and server. Soniya -Original Message- From: Jens Schumann To: Axis User Sent: 1/28/2004 4:00 AM Subject: Re: Character encoding On 1/27/04 10:20 PM Michael Serero <[EMAIL PROTECTED]> wrote: > Nelson, > > Thanks for your reply. Do you have any suggestion on how to

Re: Character encoding

2004-01-28 Thread Jens Schumann
On 1/27/04 10:20 PM Michael Serero <[EMAIL PROTECTED]> wrote: > Nelson, > > Thanks for your reply. Do you have any suggestion on how to convert CP1252 > to UTF-8? > > I have tried something along the following lines: > > String myString = "The CP1252 string"; > Charset cs = Charset.forName("UTF

RE: Character encoding

2004-01-27 Thread Michael Serero
IL PROTECTED] Sent: Tuesday, January 20, 2004 4:16 PM To: [EMAIL PROTECTED] Subject: Re: Character encoding >When I send a SOAP request to my server if one of the String contains a >smart quotes (“) the server generates the following parsing error: >org.xml.sax.SAXParseException:

Re: Character encoding

2004-01-21 Thread Nelson Minar
>When I send a SOAP request to my server if one of the String contains a >smart quotes (“) the server generates the following parsing error: >org.xml.sax.SAXParseException: Character conversion error: "Unconvertible >UTF-8 character beginning with 0x93" (line number may be too low). I'm not positi

Re: Character encoding problems

2003-10-25 Thread Stephen Gordon
What XML parser and version are you using? It could be an issue with the parser. It would be nice to see the SOAP... have you used tcpmon to look at it? stephen Julius Hufancia wrote: Hello! My colleagues are using Tomcat and SOAP (Axis) for data communication. Our data is encoded in UTF-8. Bu

RE: Character Encoding other than UTF-8 with SwA

2003-06-30 Thread Laenzlinger, Christof
Title: RE: Character Encoding other than UTF-8 with SwA Hallo Peter, I have just done a very ugly quick fix by rebuilding Axis with changed encoding constants in the below mentionend classes and it worked correctly. I am quite new to Axis therefore I don't know how a more configu