
22 Jun
2007
22 Jun
'07
11:04 p.m.
Peter Bindels wrote:
When searching ASCII text, it's equal;
Not if you handle grapheme clusters. If your text is "abcfoôdef", with ô coded as o + combining accent, then searching for "foo" shouldn't work, since you would only find part of the grapheme cluster and possibly do weird things if for example the substring is removed.