FTS5 Trigram Tokenizer remove_diacritics Option Causing Runtime Error in SQLite 3.44.2
Issue Overview: Runtime Error During FTS5 Trigram Tokenizer Initialization with remove_diacritics The core issue involves a runtime error triggered when attempting to create a virtual table using SQLite’s FTS5 extension with the trigram tokenizer and the remove_diacritics option. The error message Runtime error: error in tokenizer constructor indicates a failure during the initialization of the…