Re: UTF6 Iso-8859-1

2006-05-12 Thread Thibaut
I found the solution. I made a mistake. Sorry and thank you for your time. Thibaut Stefano Bagnara a écrit : > I don't understand why the System.out.println return \01\02.. instead > of 0102, etc. Is the 01 a 0x01 (the byte "01") or 01 (the sequence of > the char "0" and the char "1") ?? > > If I

Re: UTF6 Iso-8859-1

2006-05-12 Thread Stefano Bagnara
I don't understand why the System.out.println return \01\02.. instead of 0102, etc. Is the 01 a 0x01 (the byte "01") or 01 (the sequence of the char "0" and the char "1") ?? If I send the message you posted it's saved correctly in my utf8 db. Where did you posted the message from? How do you s

Re: UTF6 Iso-8859-1

2006-05-12 Thread Thibaut
here is the mail i send : >From - Fri May 12 15:01:48 2006 X-Mozilla-Status: 0001 X-Mozilla-Status2: 0080 Message-ID: <[EMAIL PROTECTED]> Date: Fri, 12 May 2006 15:01:43 +0200 From: Thibaut Lassalle <[EMAIL PROTECTED]> User-Agent: Thunderbird 1.5 (X11/20051201) MIME-Version: 1.0 To: [EMAIL PR

Re: UTF6 Iso-8859-1

2006-05-12 Thread Stefano Bagnara
You should provide more informations. What "010203040506070809" become "1" ?? Please post the full source of the mail you post (there is no 010203040506070809 in the 2 headers you posted) and any change you did to the default configuration. Stefano Thibaut wrote: Hi I use james-2.2.0 and