Vendor custom SQLite build with ICU extension enabled #93
Notifications
Due Date
No due date set.
Blocks
#23 Word search: kana type independence
mugiten/jadb
Reference: mugiten/jadb#93
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Needed for #23
See usage: https://ytyaru.hatenablog.com/entry/2021/03/09/000000
Note that we'll need to crossbuild it for android and bundle it with mugiten as well.
It would be nice if this could be done in a way so that interactively running
flutter runin the devshell just worksWe can use
pkgs.pkgsCross.aarch64-android.sqliteTurns out that the builtin ICU won't do it, as mentioned in ytyaru's article
LIKEdoes not work across the kana boundary.Consider building https://hg.sr.ht/~cwt/fts5-icu-tokenizer
See also chapter 6 about static linkage: https://sqlite.org/loadext.html