
8 Apr
2015
8 Apr
'15
8:57 p.m.
On Thu, Oct 17, 2013 at 3:27 PM, Faré <fahree@gmail.com> wrote:
Is it saying that (typep (code-char (1- char-code-limit)) (quote base-char)) ;==> NIL yet (typep (code-char (1- char-code-limit)) (quote character)) ;==> T and (subtypep 'character 'base-char) ;==> T T ?
GDL-USER> (typep (code-char (1- char-code-limit)) (quote base-char)) NIL GDL-USER> (typep (code-char (1- char-code-limit)) (quote character)) NIL GDL-USER> (subtypep 'character 'base-char) T T By the way, I am not able to reproduce the test-encodings.script failure on alisp8.exe and mlisp8.exe - I ran them several more times and they are passing now. -- My Best, Dave Cooper, Genworks Support