Enabling ICU tokenizer
Hi there, how can I enable the ICU tokenizer in your e_sqlite3? I am using the nuget package with Xamarin Android and am in need of a different/custom tokenizer.
The e_sqlite3 builds do not include ICU support. This would require a another custom sqlite build.
Would it be too much to ask to add support of ICU? Would it have any disadvantages in your default e_sqlite3?
I will probably not add ICU support for e_sqlite3 due to the larger size of the native code.
But it is possible that I could add another bundle with another set of custom SQLite builds. I would need to investigate this a bit further before I could commit to it, but I would not expect it to be conceptually difficult. It would be like another bundle. bundle_e_sqlite3 would remain the same, but bundle_icu_sqlite3 (or whatever it is called) would contain sqlite builds with ICU support.
That would be great thanks.
https://bitbucket.org/alekseyt/nunicode small size support unicode library for sqlite.
Hey Eric, any update on this :) Currently stuck as getting duplicate symbol errors between my own and your library so it would be great to throw mine out in place of this!
Sadly, no. I haven't made progress on this issue yet. I would still like to do so.