Comment 2 for bug 1319452

Revision history for this message
Krzysztof Drewniak (krzysdrewniak) wrote :

Further investigation reveals that evaluating (code-char #x1F514) => #\BELL , but that (char-code #\BELL) is 7. Because of this, (read-from-string (prin1-to-string (code-char #x1F514))) is not equal to (code-char #x1F514). In other words, there's a bug in the reader.