Hello! В сообщении от Thursday 15 January 2009 11:35:10 MikeW написал(а): > Surely this is a problem with Tcl's ability to sort non-ASCII characters > rather than SQLite ? > > How about using Tcl_UniCharNcasecmp rather than 'string compare' ?
This collation example you can find in official SQLite documentation: http://www.sqlite.org/tclsqlite.html#collate And in SQLite versions 3.5.* this code was working. Best regards, Alexey. _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

