>From hackage, I suspect you use use >http://hackage.haskell.org/cgi-bin/hackage-scripts/package/utf8-string for the utf8 translation?
To get this working with regex-tdfa I need only one very small thing. You have to wrap the Lazy ByteString in a newtype so the instance can be different. In fact, I just went ahead and wrote the code and ensured it compiles. I have not tested it. I will email it to you (I cannot attach a file in this text box on google's site). --~--~---------~--~----~------------~-------~--~----~ Yi development mailing list [email protected] http://groups.google.com/group/yi-devel -~----------~----~----~----~------~----~------~--~---
