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

  • Thread starter Thread starter only2reg
  • Start date Start date
O

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
 
Attila,

You know the exisiting of the urlencode method?

http://msdn.microsoft.com/library/d...rfsystemwebhttputilityclassurlencodetopic.asp

I hope this helps,

Cor

<[email protected]> schreef in bericht
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
 
Back
Top