> Date: Wed, 18 Mar 2009 15:42:20 +0900 > From: June Kim <[email protected]> > Subject: Re: [Jprogramming] regex matching Unicode classes? > To: Programming forum <[email protected]>
> > Are you using Windows? Then try pcre3.dll from > > http://gnuwin32.sourceforge.net/packages/pcre.htm > > > > It seems like to be compiled with the unicode property > option > > --enable-unicode-properties. > > > > replacing jpcre.dll with pcre3.dll: > > '\p{Lu}' rxmatch 'bAb' > 1 1 That's what I originally did, before getting the error I've mentioned in the first message. Now I suspect it's related to the 64-bitness of my Vista. Which is somewhat less J related, of course... Alexander ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
