hello,
i have an ASCII file and i open it with: StreamReader SR = File.OpenText("pathtofile"), but this method opens an UTF-8 encoded text file. i read that everything that's UTF-8 is also ASCII but i don't really understand these encodings. so, is it a problem if i open the file in this manner?
thank you