On Sat, Mar 28, 2015 at 3:24 PM, John Cowan <[email protected]> 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
_______________________________________________ Chicken-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/chicken-users
