[Openmcl-devel] BUG: NSUBST-IF with unicode characters (ARM32)
Eric Marsden
eric.marsden at free.fr
Thu Dec 8 00:32:38 PST 2011
Hi,
This is on ARM32/Linux, emulated in qemu. The expected return value is
("a" . #\LATIN_CAPITAL_LETTER_A_WITH_MACRON).
Welcome to Clozure Common Lisp Version 1.8-dev-r15095M-trunk (LinuxARM32)!
? (lambda (a) (nsubst-if #\Latin_Capital_Letter_A_With_Macron #'not a))
#<Anonymous Function #x54604A7E>
? (funcall * '("a"))
("a" . #\Null)
--
Eric Marsden
More information about the Openmcl-devel
mailing list