Contents
History
Source
Email Feedback
Date: Mon, 15 Nov 2004 21:30:37 +0700
From: Javier SOLA < lists at khmeros info >
Hi,
I have written a little program that gets rid of those nasty little DOS
line endings and BOM marks in dtd files (or any other file). You can
find it in:
http://www.khmeros.info/tools/NoDosNoBOM.exe
and you can use with two arguments
NoDosNoBOM [YourOldFile] [TheNewCleanFile]
or with one
NoDosNoBOM [YourFile]
in which case it modifies your own file
If you want to check a whole tree of dtd files on MS-DOS, before you
commit them, you can run:
for /r %i in (*.dtd) do NoDosNoBOM %i
Javier
P.D. It is always a good idea to back-up your stuff before you run the
program in a way that modifies you own files.
_______________________________________________
mozilla-l10n mailing list
mozilla-l10n@mozilla.org
http://mail.mozilla.org/listinfo/mozilla-l10n