Postponed (maintainer needs more info)
Project:
Webform Report
Version:
6.x-2.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Oct 2011 at 08:01 UTC
Updated:
17 Nov 2011 at 03:01 UTC
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.