Hello.

Sakai Masahiro made a patch for GHC Text.Regex.
Because Text.Regex doesn't support Non-ASII Charset well.
He uses Onigurma what Regex C Library support Non-ASCII Charset well
and GNU Regex Library replacement (this is usesd under Ruby version
higher 1.9.X), replace for current Text.Regex's C library.


Here is patch
http://www.tom.sfc.keio.ac.jp/~sakai/d/?date=20050209#p01

and here is Onigurma's WebSite.
http://www.geocities.jp/kosako3/oniguruma/


If you add this patch for GHC-6.2.2 sourcecode , autoconf,
and ./configure with --enable-oniguruma option, then
you can use Text.Regex with Oniguruma.

-- shelarcy <shelarcy capella.freemail.ne.jp>
http://page.freett.com/shelarcy/
_______________________________________________
Haskell mailing list
Haskell@haskell.org
http://www.haskell.org/mailman/listinfo/haskell

Reply via email to