chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] utf8-srfi-13 and string-join


From: Alex Shinn
Subject: Re: [Chicken-users] utf8-srfi-13 and string-join
Date: Sat, 07 Mar 2009 09:09:17 +0900
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (darwin)

Timothy Beyer <address@hidden> writes:

> I just found out today that the utf8 version of srfi-13
> doesn't have or export string-join.  (though the non-utf8
> version does) I'll probably roll my own version for my own
> use until it is added, but I don't know how to write one
> that is properly utf8-aware, so I don't think it would be
> worth submitting.

(define utf8-string-join string-join)

If the procedure does no indexing on characters then the
utf8 version is the same as the normal version.

-- 
Alex




reply via email to

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