Normal
You got it! All I had to do was change one line of code in my program and it's been great. I don't know where I got the idea that files were created as UTF8 by default.I literally only had to add the part in red:objReader = New StreamWriter(FullPath, False, Encoding.UTF8)Thanks a bunch
You got it! All I had to do was change one line of code in my program and it's been great. I don't know where I got the idea that files were created as UTF8 by default.
I literally only had to add the part in red:
objReader = New StreamWriter(FullPath, False, Encoding.UTF8)
Thanks a bunch