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
Hi I switch to iso-8859-1 and now everything works fine thanks for the help btw i use commons-net commons-net 3.4 --- Lars Carlsson Phone: +46702507901

[Announce] [math] Apache Commons Math 3.6.1 Released

2016-03-23 Thread Evan Ward
The Apache Commons Team is pleased to announce the availability of: Apache Commons Math 3.6.1 Apache Commons Math is a library of lightweight, self-contained mathematics and statistics components addressing the most common problems not available in the Java programming language or Commons Lang.

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

2016-03-23 Thread sebb
Nor have you specified which Commons component you are using. There are at least two that can be used to send e-mails. On 23 March 2016 at 11:23, Maria Jimena Sanchez wrote: > Are you using the correct UTF-8 symbol? We still can't see how you assign > content to the

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

2016-03-23 Thread Maria Jimena Sanchez
Are you using the correct UTF-8 symbol? We still can't see how you assign content to the subject variable On Wed, Mar 23, 2016, 8:17 AM wrote: > Hi > I have the problem on Hotmail.com i attach the complete method. > > > private void sendEmail(String

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

2016-03-23 Thread lars.z.carlsson
Hi I have the problem on Hotmail.com i attach the complete method. private void sendEmail(String sender, String recipient, String subject, String body) throws IOException { String server; List ccList = new ArrayList();

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: --