chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] Issue w/ string-trim functions in utf8-srfi-13


From: Alex Shinn
Subject: Re: [Chicken-users] Issue w/ string-trim functions in utf8-srfi-13
Date: Fri, 20 Sep 2013 08:33:14 +0900

On Fri, Sep 20, 2013 at 5:55 AM, Matt Gushee <address@hidden> wrote:
Hello--

I've noticed the following unexpected behavior with the string
trimming functions in utf8-srfi-13:
[...]
csi> (use utf8-srfi-13)
; loading /usr/lib/chicken/6/utf8-srfi-13.import.so ...
; << etc. >>

csi> (map string-trim-both strings)
("abc" "\t   abc" "\r   abc" "\n   abc")

This looks like an oversight.  The fix is simple, but my dev
machine just died so it may take me a couple days to get to it.

-- 
Alex


reply via email to

[Prev in Thread] Current Thread [Next in Thread]