chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] Basic abnf usage?


From: Matt Gushee
Subject: Re: [Chicken-users] Basic abnf usage?
Date: Thu, 2 Apr 2015 16:28:51 -0600

On Sat, Mar 28, 2015 at 3:24 PM, John Cowan <address@hidden> wrote:
Matt Gushee scripsit:

>     string-kmp-partial-search
>     make-kmp-restart-vector
>
> Substring/shared is not too big a deal, but that KMP stuff is a bit
> daunting. Maybe I'll look into it if I have time. I do like the comparse
> API, and would like to be able to use it.

Fortunately, KMP works just as well with UTF-8-encoded byte strings as
with proper strings, because of the nature of the UTF-8 encoding.
As long as all arguments are proper UTF-8, everything should be fine.

Ah, good to know! Thank you.

--
Matt Gushee

reply via email to

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