Help for this page

Select Code to Download


  1. or download this
    $dbh->do("CREATE VIRTUAL TABLE tmdata USING fts4 ($collist, tokenize=u
    +nicode61)") # works but has undesired side effect of treating all acc
    +ented letters the same as the 'base letter'
    # $dbh->do("CREATE VIRTUAL TABLE tmdata USING fts4 ($collist, tokenize
    +=unicode61, \"remove_diacritics=0\")") # fails with unrecognized para
    +meter error
    # $dbh->do("CREATE VIRTUAL TABLE tmdata USING fts4 ($collist, tokenize
    +=unicode61, remove_diacritics=0)") # fails the same way
    return;}