Thanks, Ken. Using the hex equivalents is an interesting suggestion.
I may look into that further.
As for replacing the accented characters with their non-accented
equivalents, that is also something I've done in the past, but the
problem here is that this is Mac/PC cross platform, so it's
On Tue, 16 Oct 2007 12:18:54 -0600, Chris Sheffield wrote:
> Thanks, Andres. But that didn't seem to fix the problem. That
> property, according to the docs, only seems to apply to the numToChar
> and charToNum functions. I did try it just to make sure.
The issue is that PCRE (which is the lib
Thanks, Andres. But that didn't seem to fix the problem. That
property, according to the docs, only seems to apply to the numToChar
and charToNum functions. I did try it just to make sure.
On Oct 16, 2007, at 12:02 PM, Andres Martinez wrote:
Hello Chris
I think you need to check on the uni
Hello Chris
I think you need to check on the unicode setting.
Use the following line before your search...
set the useUnicode to true
Regards,
Andres Martinez
www.baKno.com
On Oct 16, 2007, at 1:59 PM, Chris Sheffield wrote:
Sorry, I'm using matchChunk, not matchText. But maybe the solution
Sorry, I'm using matchChunk, not matchText. But maybe the solution is
the same?
On Oct 16, 2007, at 11:49 AM, Chris Sheffield wrote:
The matchText function seems to be failing when searching for
accented characters like á, é, í, ó, or ú. I'm not really up on my
regex. Is there something sp