﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	difficulty
1534	string<=? and string>=? return the wrong value for some strings	sjamaan		"Nils Holm found a bug in `string<=?` and `string>=?`, which Sven Hartrumpf [http://lists.nongnu.org/archive/html/chicken-users/2018-09/msg00006.html forwarded] to our mailing list:

> The issue reported by Nils Holm                                                                                  in http://groups.google.com/group/comp.lang.scheme/t/6b8be06b84b39a7                                         affects chicken 5, too:
>
> > `(string-ci<=? ""test"" ""tes"")`
> > `#t`
> > `(string-ci>=? ""test"" ""tes"")`
> > `#f`

This should be fixed in the `chicken-4` branch as well as `master`."	defect	closed	major	5.0	core libraries	5.0.0rc2	fixed			easy
