Unfortunately I have had very little time to work on cleaning up the conversion script in the past days. Hopefully I will publish a first version of the script by the end of this week.
Pascal: IcuNoCase is a SQLite collation. You should first define a collation function
myfunc, and then install it using
Code:
create_collation("IcuNoCase", myfunc)
on a valid connection object
before attempting any write op on the idx file, otherwise the write op will fail.