﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	difficulty
1253	utf8-srfi-13 string-map! does not update in-place	Caolan McMahon	Alex Shinn	"{{{
(use srfi-13)
(define str ""foo"")
(string-map! (lambda (c) #\x) str) ;; => ""xxx""
str ;; => ""xxx""
}}}

{{{
(use utf8-srfi-13)
(define str ""foo"")
(string-map! (lambda (c) #\x) str) ;; => ""xxx""
str ;; => ""foo""
}}}"	defect	closed	major	someday	extensions	4.10.x	fixed	urf8, srfi-13		
