textconv
Copyright © 2001-2002 Michel Messerschmidt
This program is licensed under the GNU General Public Licence (GPL)
(see
gpl2.txt for details).
Download
The current version is
1.4
Release date:
10.11.2002
Download textconv [12 kB]
(
gpg signature)
MD5 sum:
9aae8c8c73007eceacb75d9eda6760fd textconv
What is textconv ?
textconv is a perl script, that detects and changes the end-of-line
characters used in text files.
This is useful for exchanging files between different operating systems,
since each system has its own way:
Unix systems mark the line-end with the character 0A (hexadeximal).
Windows systems mark the line-end with the characters 0D 0A
(hexadeximal).
Macintosh systems mark the line-end with the character 0D
(hexadeximal).
textconv was tested with:
- Perl 5.8.1
- Perl 5.8.0
- Perl 5.6.1
- Perl 5.6.0
- Perl 5.004
- Perl 5.001
System Requirements
You need Perl (version 5.x)
Restrictions and known bugs
Only textfiles can be processed by textconv.
Textconv can't handle unicode text because
it only processes 8-bit characters.
Don't convert unicode textfiles with textconv or the files
could be destroyed.
Bug reports, comments, ...
Please let me know, if you encounter problems with textconv.
Just send a mail to:
www@michel-messerschmidt.de
created by
Michel Messerschmidt
last modified
2007-03-05 23:49