bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: string comparison vs. char comparison


From: Kevin Ryde
Subject: Re: string comparison vs. char comparison
Date: Sat, 25 Feb 2006 09:38:09 +1100
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux)

address@hidden 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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]