Re: [pcre-dev] question about PCRE performance

2013-08-20 Thread Zoltán Herczeg
Hi Yaron, I started to sketch up something about the advantages and disadvantages of different engine types: http://sljit.sourceforge.net/regex_compare.html I plan to add more info in the future. Regards, Zoltan Zoltán Herczeg hzmes...@freemail.hu írta: Hi Yaron, It depends on your patterns,

[pcre-dev] pcre not matching unicode characters

2013-08-20 Thread Jayaprakasam, Kannan
I'm compiling a pcre pattern with utf8 flag enabled and am trying to match a utf8 char* string against it, but it is not matching and pcre_exec returns negative. I'm passing the subject length as 65 to pcre_exec which is the number of characters in the string. Please help/ (If I try without