
19 Dec
2010
19 Dec
'10
2:44 a.m.
On Thu, Dec 16, 2010 at 04:15, Mathias Gaunard <mathias.gaunard@ens-lyon.org> wrote:
Doesn't allow to search for a substring regardless of case, accentuation or punctuation. The thing that really interests me with collation is collation folding.
Case (and other mutator)-insensitive search/comparison is certainly the part of most interest to me, be it via additional operations or through some kind of "ascii-fication" step. I've never found an example of where just converting a string's case is actually useful. Does anyone have an example?