I just can\'t remember those. So, what is the right way to properly terminate old fashioned ASCII lines?
if you are using C#, why not using Environment.NewLine ? (i assume you use some file writer objects... just pass it the Environment.NewLine and it will handle the right terminators.
Environment.NewLine