Ugh. Yeah.

RFC1001, Section 14.1.

Basically, to decode, take the first two bytes, subtract 65 from each of them. This will leave you with two 4-bit numbers. Put the first one as the MSNybble of a byte, the latter as the LSNynbble. That gives you the ASCII encoding of the first character. Proceed like that.


Edited by wfaulk (29/03/2005 20:08)
_________________________
Bitt Faulk