[Haskell] [ANNOUNCE] Non-ASCII Charset Support patch for Text.Regex

shelarcy shelarcy at capella.freemail.ne.jp
Sat Feb 19 09:54:14 EST 2005


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/


More information about the Haskell mailing list