Hello everyone,

I'm fairly new to this list and have only been lurking, but I thought
I'd let you know that I threw together a small Perl utility for
converting the CSCD files to text format so you don't need a special
font installed to view them.

Anyway, it's not fully tested and I'm going to make it a little more
user-friendly, but if you are early-adopter, you can get it here:

http://www.hansvanslooten.com/cscd2txt.zip

You will need to have a Perl scripting engine installed to use it. Mac
OS X already has one, so it should work fine. In Windows, you can
install ActivePerl from ActiveState, which is free:

http://www.activestate.com/Products/ActivePerl

Finally, to use the utility, run it like so from the command-line:

perl cscd2txt.pl <input directory (where CSCD files are)> <output dir>

e.g.

perl cscd2txt.pl d:\cscd e:\tempdir

Any suggestions or questions are welcome.

Regards,
Hans