I have an old C ++ program that writes files and transfers them to the IBM mainframe.
This program is converted to C #.
Everything seems to be in order, but the mainframe viewer is not displaying the file properly.
What is the difference between \015 and \012 and \r and \n ? C ++ uses numbers, and C # uses \r\n .
Maybe that's why things are not displayed properly?
Files are transferred as ASCII, so they are not sure why they look like garbage!
Jon
source share