UTF -8 encoding with Streamwriter destroys my character..[Resolved by dynamic_sysop]
Good damn! I have searched my ass off because of this. When you use the streamreader you can use something like this
"filepath", System.Text.Encoding.Default, that open a file with my default encoder ( ANSI ). But when i use streamwriter, i cannot choose which encoder i will write with.
The streamwriter write files with UTF - 8 encoder, and that is messing my Swedish character up.
Pleease! Is there anyone here that can give me some advice??