[EMAIL PROTECTED] writes:
>
> guile> (string<? "s" "ß")
> #f
> guile> (char<? #\s #\ß)
> #t

Ah dear.  Thanks.  The string funcs are signed, the char funcs are
unsigned.  I think they used to be both unsigned.


_______________________________________________
Bug-guile mailing list
Bug-guile@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-guile

Reply via email to