Sorry for my fault :(

CREATE DATABASE mnogosearch
 DEFAULT CHARACTER SET utf8
 DEFAULT COLLATE utf8_general_ci;

i.e. creating the database with utf8, RESOLVED the issue :)

On Tue 29 Apr 2014 12:17:05 PM IRDT, Yasser Zamani wrote:
Hi there,

I have crawled my site using utf8 as char-set. I can see the words
correctly saved into `bdicti` table with utf8 encoding.

But when I run `./indexer -Eblob`, they do not correctly indexed and
saved into `bdict` table and I just see question marks (e.g. ?????)
instead of the word. So, searching works only for ascii characters
rather than any utf8 one!

Please help while I do not have any idea how to resolve this issue.

Thanks in advance!
_______________________________________________
General mailing list
General@mnogosearch.org
http://lists.mnogosearch.org/listinfo/general


_______________________________________________
General mailing list
General@mnogosearch.org
http://lists.mnogosearch.org/listinfo/general

Reply via email to