Home All Groups Group Topic Archive Search About

reading e-mail from a file and encoding the read strings

Author
3 Jun 2006 6:45 AM
only2reg
hello,

i'm just trying to write an e-mail client application. every sent and
received message is stored on the harddrive in a specified directory.
well if i restart the application i would like to see the stored
e-mails in a listview control. and its still ok. i got this. but here
in central-europe we use some special characters like: oüöóéá
etc. these chars are displayed in some coded format like =A1BO= and so
on. so i would like to display them as they are in use here. so i want
ú to view as an ú and not some code like =B3_2F=.

Could anyone help me?

thnx a lot;
Attila

Author
3 Jun 2006 7:16 AM
Cor Ligthert [MVP]
Attila,

You know the exisiting of the urlencode method?

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemwebhttputilityclassurlencodetopic.asp

I hope this helps,

Cor

<only2***@altavizsla.hu> schreef in bericht
news:1149317115.704058.200520@u72g2000cwu.googlegroups.com...
hello,

i'm just trying to write an e-mail client application. every sent and
received message is stored on the harddrive in a specified directory.
well if i restart the application i would like to see the stored
e-mails in a listview control. and its still ok. i got this. but here
in central-europe we use some special characters like: oüöóéá
etc. these chars are displayed in some coded format like =A1BO= and so
on. so i would like to display them as they are in use here. so i want
ú to view as an ú and not some code like =B3_2F=.

Could anyone help me?

thnx a lot;
Attila