On Sun, Mar 22, 2009 at 4:31 PM, Chris  Kuklewicz <turingt...@gmail.com> wrote:
>
> I have now released regex-tdfa version 1.1.1 (with GNU anchors! bug
> fixes!)

This is neat, and very fast response :)

> And more interestingly I have release a new package: regex-tdfa.utf8
>
> http://hackage.haskell.org/cgi-bin/hackage-scripts/package/regex-tdfa-utf8
>
> This uses the utf8 decoding in the utf8-string package and a new
> "Utf8" newtype to allow unicode searching of utf8 encoded lazy
> bytestrings.

That's useful, given how much people use utf8 to store strings.
However, it seems that the returned indices are confused by unicode contents...

It might be an issue in regex-tdfa or in yi, but in the end I don't think it
matters, because it my backwards search trick would not work anyway.
(inverting both the regex and the string).

I'm thinking I should change the rope (raw text storage) interface.
I'll write another email about this.

Cheers,
JP.

--~--~---------~--~----~------------~-------~--~----~
Yi development mailing list
yi-devel@googlegroups.com
http://groups.google.com/group/yi-devel
-~----------~----~----~----~------~----~------~--~---

Reply via email to