- Joined
- Apr 3, 2002
- Location
- Bloomington, IN
Hello!
I'd like to write a small utility for replacing "soft returns" with "hard returns". I see these a lot when I transmit text files from linux to windows, and it would be nice to be able to just filter the files through a small proggy.
In essence, all I need are the ascii codes (probably in octal) for the two types of returns. Can anybody help?
For example, the "@" symbol is number 64, which is 100 in octal, and coded as \100.
Thanks! -- Paul
I'd like to write a small utility for replacing "soft returns" with "hard returns". I see these a lot when I transmit text files from linux to windows, and it would be nice to be able to just filter the files through a small proggy.
In essence, all I need are the ascii codes (probably in octal) for the two types of returns. Can anybody help?
For example, the "@" symbol is number 64, which is 100 in octal, and coded as \100.
Thanks! -- Paul