﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	difficulty
1252	utf8-srfi-13 string-index-right treats bounds differently to srfi-13	Caolan McMahon	Alex Shinn	"{{{
(use srfi-13)
(string-index-right ""foo"" #\@ 0 0)
;; => #f

(use utf8-srfi-13)
(string-index-right ""foo"" #\@ 0 0)

Error: index out of range
""foo""
-1

	Call history:

	<syntax>	  (string-index-right ""foo"" #\@ 0 0)
	<eval>	  (string-index-right ""foo"" #\@ 0 0)	<--
}}}"	defect	closed	major	someday	extensions	4.10.x	fixed	utf8, srfi-13		medium
