* `regex-pcre` has never worked with UTF8 data due to #141 (and it was [never guaranteed](http://hackage.haskell.org/package/regex-pcre-0.94.4/docs/Text-Regex-PCRE.html)). * Currently it is not working on Windows (at least on AppVeyor) and the Windows UTF-8/PCRE tests have been suspended. * The current method of fixing up the offsets in `regex` is hacky and inefficient.
regex-pcrehas never worked with UTF8 data due to regex-pcre not working properly with UTF-8 text #141 (and it was never guaranteed).Currently it is not working on Windows (at least on AppVeyor) and the Windows UTF-8/PCRE tests have been suspended.
The current method of fixing up the offsets in
regexis hacky and inefficient.