utf8_collate


Description:

public static int utf8_collate (int alen, void* a, int blen, void* b)

Function to implement the custom SQLite collation 'CASEFOLD'.

Uses utf8 case-fold to compare the strings.