Re: Problems with encoding UTF-8 for åäö

2016-03-24 Thread Mark Fortner
What happens if you use 'utf-8' - all lowercase? Mark On Mar 23, 2016 6:23 AM, "Christopher Schultz" wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Lars, > > On 3/23/16 9:10 AM, lars.z.carls...@teliasonera.com wrote: > > I switch to iso-8859-1 and now

Re: Problems with encoding UTF-8 for åäö

2016-03-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Lars, On 3/23/16 9:10 AM, lars.z.carls...@teliasonera.com wrote: > I switch to iso-8859-1 and now everything works fine thanks for the > help That's the first time I've ever heard anyone say that. - -chris -BEGIN PGP SIGNATURE- Comment:

RE: Problems with encoding UTF-8 for åäö

2016-03-23 Thread lars.z.carlsson
From: sebb [seb...@gmail.com] Sent: Wednesday, March 23, 2016 12:35 PM To: Commons Users List Subject: Re: Problems with encoding UTF-8 for åäö Nor have you specified which Commons component you are using. There are at least two that can be used to send e-mails

Re: Problems with encoding UTF-8 for åäö

2016-03-23 Thread sebb
writer.write(body); >> writer.close(); >> client.completePendingCommand(); >> } >> >> client.logout(); >> client.disconnect(); >> } >> >

Re: Problems with encoding UTF-8 for åäö

2016-03-23 Thread Maria Jimena Sanchez
writer.close(); > client.completePendingCommand(); > } > > client.logout(); > client.disconnect(); > } > > > --- > Lars Carlsson > Phone: +46702507901 > ______

RE: Problems with encoding UTF-8 for åäö

2016-03-23 Thread lars.z.carlsson
client.completePendingCommand(); } client.logout(); client.disconnect(); } --- Lars Carlsson Phone: +46702507901 From: sebb [seb...@gmail.com] Sent: Wednesday, March 23, 2016 11:39 AM To: Commons Users List S

Re: Problems with encoding UTF-8 for åäö

2016-03-23 Thread sebb
On 23 March 2016 at 10:20, wrote: > Hi What software are you having a problem with? This list applies to multiple components. > I have a problem that some mail clients show the wrong encoding for Swedish > characters (åäö). I try setting the message encoding

Problems with encoding UTF-8 for åäö

2016-03-23 Thread lars.z.carlsson
Hi I have a problem that some mail clients show the wrong encoding for Swedish characters (åäö). I try setting the message encoding to UTF-8 but it did't work i most have forgot something in the code. If you see any anything wrong in the code. Java code: --