SQLitePCL.raw icon indicating copy to clipboard operation
SQLitePCL.raw copied to clipboard

Enabling ICU tokenizer

Open ghost opened this issue 8 years ago • 7 comments

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.

ghost avatar Mar 07 '17 13:03 ghost

The e_sqlite3 builds do not include ICU support. This would require a another custom sqlite build.

ericsink avatar Mar 07 '17 14:03 ericsink

Would it be too much to ask to add support of ICU? Would it have any disadvantages in your default e_sqlite3?

ghost avatar Mar 07 '17 15:03 ghost

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.

ericsink avatar Mar 07 '17 15:03 ericsink

That would be great thanks.

ghost avatar Mar 07 '17 17:03 ghost

https://bitbucket.org/alekseyt/nunicode small size support unicode library for sqlite.

kronic avatar Apr 20 '17 20:04 kronic

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!

SKLn-Rad avatar May 23 '17 13:05 SKLn-Rad

Sadly, no. I haven't made progress on this issue yet. I would still like to do so.

ericsink avatar May 23 '17 14:05 ericsink