id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc
757,char names for ascii control chars,bhyde,,"Porting some code from lispworks/sbcl I note that the char names for things like #\SOH et. al. are not defined.  

 http://www.december.com/html/spec/ascii.html

(loop for x in '(""#\NUL"" ""#\SOH"" ""#\STX"" ""#\ETX"" ""#\EOT"" ""#\ENQ"" ""#\ACK"" ""#\BEL"" ""#\BS"" ""#\HT"" ""#\NL"" ""#\VT"" ""#\NP"" ""#\CR"" ""#\SO"" ""#\SI"") collect (ignore-errors (read-from-string x)))",enhancement,closed,normal,,other,trunk,fixed,,
