Hello, I'm trying to use the ICU extension and it looks like what I want to do is not very clear from the documentation. I would like to switch from my current usage, where my column declaration is as follows:
CREATE TABLE demo("name text not null COLLATE NOCASE"); As noted in the documentation, this is not Unicode-aware, which is why I turned to the ICU extension. What should be the equivalent usage where sqlite does case folding using ICU? Thanks! Alex _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users