FULLTEXT Search and Charsets

2003-06-12 Thread Peter Bryant
Hi. I have a table with a fulltext search index on a field. I am inserting text using UTF-8 characters (with the JDBC driver). That includes words in English, French, Russian and Greek. The FULLTEXT search only seems to find words in the latin charset. Does anyone have any guidance on how I

Re: FULLTEXT Search and Charsets

2003-06-12 Thread Paul DuBois
At 14:13 -0700 6/12/03, Peter Bryant wrote: Hi. I have a table with a fulltext search index on a field. I am inserting text using UTF-8 characters (with the JDBC driver). That includes words in English, French, Russian and Greek. The FULLTEXT search only seems to find words in the latin

Re: FULLTEXT Search and Charsets

2003-06-12 Thread Joel Rees
... The FULLTEXT search only seems to find words in the latin charset. Does anyone have any guidance on how I can get it working with other charsets? FULLTEXT currently works only with single-byte character sets. And UTF-8 makes it easy to handle latin as if it were single-byte. You