Thanks, I figured that this might be the case. What is the best way to specify 
all characters except whitespace as part of a CREATE VIRTUAL TABLE statement? 
Should you simply list each of the literal ascii characters such as tokenchars 
'!@#$%' and so on. Or is it possible or would it be better to use some sort of 
hex representation of all of them understood by SQLite or another method?

Reply via email to