Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Feb 1997 21:47:40 +0100
From:      Wolfram Schneider <wosch@campa.panke.de.cs.tu-berlin.de>
To:        =?KOI8-R?B?4c7E0sXKIP7F0s7P1w==?= <ache@nagual.ru>
Cc:        Wolfram Schneider <wosch@freefall.freebsd.org>, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-usrbin@freefall.freebsd.org
Subject:   Re: cvs commit:  src/usr.bin/uudecode uudecode.c
Message-ID:  <199702182047.VAA07357@campa.panke.de>
In-Reply-To: <Pine.BSF.3.95q.970218210602.2098A-100000@nagual.ru>
References:  <199702181749.JAA17932@freefall.freebsd.org> <Pine.BSF.3.95q.970218210602.2098A-100000@nagual.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
KOI8-R writes:
>On Tue, 18 Feb 1997, Wolfram Schneider wrote:
>
>>   Do a boundary check for body characters. Characters less than 33 or
>>   greater than 96 are out of range. If characters are out of range
>>   uudecode print a error message and die.
>
>The code should ignore ^M at the end of the line, some M$ mailers often do
>that.

The code do that.

$ md5 < /COPYRIGHT 
7df8bc77dcee71382ea73eb0ec6a9243

$ uuencode bla < /COPYRIGHT | recode latin1:ibmpc | ./uudecode -p | md5
7df8bc77dcee71382ea73eb0ec6a9243

Wolfram



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199702182047.VAA07357>