From: "Bill Schottstaedt" <bil@ccrma.Stanford.EDU>
To: bug-guile@gnu.org
Subject: string-ci* oddity
Date: Fri, 19 Dec 2008 06:55:21 -0800 [thread overview]
Message-ID: <20081219145350.M61823@ccrma.Stanford.EDU> (raw)
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
next reply other threads:[~2008-12-19 14:55 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-12-19 14:55 Bill Schottstaedt [this message]
2009-01-02 2:36 ` string-ci* oddity Thien-Thi Nguyen
2009-02-02 0:00 ` Thien-Thi Nguyen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/guile/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20081219145350.M61823@ccrma.Stanford.EDU \
--to=bil@ccrma.stanford.edu \
--cc=bug-guile@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).