unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* string-ci* oddity
@ 2008-12-19 14:55 Bill Schottstaedt
  2009-01-02  2:36 ` Thien-Thi Nguyen
  0 siblings, 1 reply; 3+ messages in thread
From: Bill Schottstaedt @ 2008-12-19 14:55 UTC (permalink / raw)
  To: bug-guile

Why do both Guile and Gauche give this result in string-ci<?
(and the other string-ci functions similarly):

guile> (char-ci<? #\a #\_)
#t
guile> (string-ci<? "a" "_")
#f

gosh> (char-ci<? #\a #\_)
#t
gosh> (string-ci<? "a" "_")
#f

The odd chars are ASCII 91 to 96:

guile> (string-ci<? "a" "[")
#f
guile> (char-ci<? #\a #\[)
#t






^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-02-02  0:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-19 14:55 string-ci* oddity Bill Schottstaedt
2009-01-02  2:36 ` Thien-Thi Nguyen
2009-02-02  0:00   ` Thien-Thi Nguyen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).