Nicolas Williams <[email protected]> wrote: > I believe the right thing to do is to normalize strings when creating > index entries, but to leave the table data unnormalized. You'd have > to make the equality operator also normalize though.
I believe that's precisely what ICU collations do. Two canonically equivalent strings compare equal, whichever way the database happens to store them. Igor Tandetnik _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

