Ticket #588 (closed defect: fixed)
Can't create reader macros for characters whose char-code is >256
| Reported by: | rongarret | Owned by: | gb |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | ANSI CL Compliance | Version: | trunk |
| Keywords: | Cc: |
Description
Subject line says it all. Reader macro table was apparently not update for unicode.
Example:
? (set-macro-character #\“ ...) > Error: Array index 8220 out of bounds for #<VECTOR 256 type (UNSIGNED-BYTE 8), simple> .
Change History
Note: See
TracTickets for help on using
tickets.
