Completed support for http://www.ietf.org/rfc/rfc2396.txt 2.4.3 by adding special...
authorRyan Davis <ryan@acceleration.net>
Fri, 2 Apr 2010 20:55:14 +0000 (16:55 -0400)
committerKevin Rosenberg <kevin@rosenberg.net>
Fri, 9 Apr 2010 15:56:02 +0000 (09:56 -0600)
commit7960648a3b7cff1d4f0ea2b2a5569e910c95bf91
tree55b1120e471a39c1838c5a0e64c99ab17606b3b9
parent1c768744300916893c359ccf18cfe2dbb55b3978
Completed support for ietf.org/rfc/rfc2396.txt 2.4.3 by adding special case for control code 7F.

Had to increase the bit-vector length to 128, and added #\Rubout (#x7F) to *excluded-characters*.

Added a docstring and test.
src.lisp
tests.lisp