<div dir="ltr"><div><br></div>On Thu, Oct 17, 2013 at 3:27 PM, Faré <span dir="ltr"><<a href="mailto:fahree@gmail.com" target="_blank">fahree@gmail.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div class="im"><br>
</div>Is it saying that<br>
(typep (code-char (1- char-code-limit)) (quote base-char))   ;==> NIL<br>
yet<br>
(typep (code-char (1- char-code-limit)) (quote character))   ;==> T<br>
and<br>
(subtypep 'character 'base-char) ;==> T T<br>
?<br></blockquote><div><br></div><div><br></div><div><br></div><div><div>GDL-USER> (typep (code-char (1- char-code-limit)) (quote base-char))</div><div>NIL</div><div>GDL-USER> (typep (code-char (1- char-code-limit)) (quote character))</div>
<div>NIL</div><div>GDL-USER> (subtypep 'character 'base-char)</div><div>T</div><div>T</div></div><div><br></div><div><br></div><div><br></div><div>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. </div>
<div><br></div><div> <br></div></div><div><br></div>-- <br>My Best,<br><br>Dave Cooper, Genworks Support<br><br>
</div><div class="gmail_extra"><br></div><div class="gmail_extra"><br></div></div>