In my case, if I set to "Does not contain" and input a word in Hewbrew, the given result does not omit submissions having this word.
Check with non-latin charcters - it work well.
Thanks.
In my case, if I set to "Does not contain" and input a word in Hewbrew, the given result does not omit submissions having this word.
Check with non-latin charcters - it work well.
Thanks.
Comments
Comment #1
jimbullington commentedTo my knowledge, I think PHP only handles single-byte characters for string comparison - I'm not sure how it would handle multi-byte strings - if that is what you are using. Perhaps you could submit an example to help illustrate what you are trying to do.