On Nov 27, 2014, at 12:45 PM, Seth Alves wrote: > (import (scheme base) (scheme write) (srfi 14)) > (write (char-set<= (char-set #\u) (char-set #\u))) > (newline) > (write (char-set<= (char-set #\u) (char-set #\u #\a))) > (newline) > > This prints: > > #t > #f > > -seth Yup, there was a bug in the char-set<= logic. The attached patch should fix it. Per, if you would do the honors.. -- Jamison Hope The PTR Group www.theptrgroup.com