T
Timiun
Hey!
I got a rather anoying problem here.
I'm making a webmail application, that collects webmail from different
POP3 servers. Fine - it works - allmost.
The problem is encoding - or should I say lack of (i think)
When Outlook 2003 (danish) sends email, it encodes in iso-8859-1
When my mailserver (mercury/32) recives the mail, all ok, but when my
ASP.NET page retrives the mail from the server, it gets this (and
displays this):
*******************************************
=C6=F8=E5 =C6=D8=C5
S=E6delighed er ikke s=E5 sv=E6rt over =F8en
N=F8j - s=E5 =E6der hun den
Jesper Nygaard Schi=F8tt
*******************************************
Instead of this (the way it should look):
*******************************************
Æøå ÆØÅ
Sædelighed er ikke så svært over øen
Nøj - så æder hun den
Jesper Nygaard Schiøtt
*******************************************
Now, the question is how do I convert from the iso-8859-1 string to a
unicode (or something different) that my webmail app can show???
Cheers
Jesper
I got a rather anoying problem here.
I'm making a webmail application, that collects webmail from different
POP3 servers. Fine - it works - allmost.
The problem is encoding - or should I say lack of (i think)
When Outlook 2003 (danish) sends email, it encodes in iso-8859-1
When my mailserver (mercury/32) recives the mail, all ok, but when my
ASP.NET page retrives the mail from the server, it gets this (and
displays this):
*******************************************
=C6=F8=E5 =C6=D8=C5
S=E6delighed er ikke s=E5 sv=E6rt over =F8en
N=F8j - s=E5 =E6der hun den
Jesper Nygaard Schi=F8tt
*******************************************
Instead of this (the way it should look):
*******************************************
Æøå ÆØÅ
Sædelighed er ikke så svært over øen
Nøj - så æder hun den
Jesper Nygaard Schiøtt
*******************************************
Now, the question is how do I convert from the iso-8859-1 string to a
unicode (or something different) that my webmail app can show???
Cheers
Jesper