Ticket #757 (closed enhancement: fixed)
char names for ascii control chars
| Reported by: | bhyde | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | other | Version: | trunk |
| Keywords: | Cc: |
Description
Porting some code from lispworks/sbcl I note that the char names for things like #\SOH et. al. are not defined.
(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)))
Change History
Note: See
TracTickets for help on using
tickets.
