
23 Jun
2007
23 Jun
'07
7:46 a.m.
On 23/06/07, Mathias Gaunard <mathias.gaunard@etu.u-bordeaux1.fr> wrote:
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.
Combining accents, nor in fact any character with accent, were in ASCII last time I checked.