[Chandler-dev] Index ordering and case sensitivity
Bryan Stearns
stearns at osafoundation.org
Wed Nov 15 11:09:16 PST 2006
In looking into bug 5718, I noticed that string comparison for indexing
is done without ignoring case.
This probably isn't what users expect, but the fix for this isn't
simple: case-insensitive comparison is locale-sensitive, which would
indicate that we'd need to reindex when the user changes locales, which
could be expensive.
Any ideas on how to deal with this problem?
...Bryan
More information about the chandler-dev
mailing list