hello all,
I hope you can help me out on this..
on a pc, I need to reed a file with charset "macintosh" , which is equal to Western European(Mac)
I read the file as follows:
fs = New FileStream(Importfile, FileMode.Open, FileAccess.Read)
sr = New StreamReader(fs)
I just cant find how to set the charset to use for reading this file.
How should I do that, so that all letters with accents and stuff are read correctly
thanks a lot in advance!!
I hope you can help me out on this..
on a pc, I need to reed a file with charset "macintosh" , which is equal to Western European(Mac)
I read the file as follows:
fs = New FileStream(Importfile, FileMode.Open, FileAccess.Read)
sr = New StreamReader(fs)
I just cant find how to set the charset to use for reading this file.
How should I do that, so that all letters with accents and stuff are read correctly
thanks a lot in advance!!