Hello.
How do i save a file in ANSI-mode
All i can find is ASCII, Unicode and some different UTF-encodings.
I'm using the System.IO.StreamWriter to save the file.
Hello.
How do i save a file in ANSI-mode
All i can find is ASCII, Unicode and some different UTF-encodings.
I'm using the System.IO.StreamWriter to save the file.
Save a file as ANSI
Wayne Smith
http://msdn.microsoft.com/library/default.asp url=/library/en-us/cpguide/html/cpconreadingwritingtonewlycreateddatafile.asp
frankllllll
I'm trying to make a program that converts base64-encrypted data into a jpg-picture but when i save the decoded data some characters get lost.
I've downloaded a program that does the same thing and when i use that program to save the file all characters are stored correctly.
If i open that file with notepad and press "Save as", the option "Encoding" is put as default at ANSI.
I have no idea what it is.
Drew Loika
Thanks! You'r my hero
bmgun79