FixCR v1.3 ---------- This program is Freeware. This little utility coverts ascii #10 characters to ascii #13+#10 characters and vice versa. It is useful if you have to use same text files in MSDOS and UNIX systems. FixCR converts also 7-bit scndinavian letters to 8-bit and vice versa. For more information type FIXCR /?. Source code available in Turbo Pascal if somebody wants it. Just e-mail me. You can contact me via internet (bug reports, comments, etc.): matti.kanninen@hut.fi http://www.hut.fi/~mkannine/ Revision history: v1.3 DOS 2 UNIX conversion added. v1.2 Couple of bug fixes. Smaller size. Shows number of prosessed characters after prosessing, not during it => faster operation. v1.1 Added 7/8-bit conversions. You can choose if EOL(#13+#10) marker's last #10 is converted or not, see /A switch. v1.0 First release. Converted all #10s to (#13+#10)s, nothing else.