I am submitting a utility that takes standard input and transforms it
into something suitable for MUSH consumption on standard output. It
behaves similar to ascii2mush.pl on the FTP site, with the following
significant differences:

1. It doesn't literally write "&ATTRIBUTE OBJECT =" so the program
could be more easily wrapped in some other program (e.g. TinyFugue
macro).

2. ascii2mush.pl converts every single space into %b, even those that
don't need to be, which makes for hard-to-read code.

3. My version is a C program, and thus does not require the Perl
interpreter. I have also attached a Windows executable (compiled using
mingw32).
