[Xapian-discuss] Unicode troubles
Örjan Persson
o.persson at gmail.com
Fri May 26 12:48:14 BST 2006
Hi,
I've tried to follow all helpful tips I've found in the mailing-list
and I've applied these two utf-8 patches;
http://article.gmane.org/gmane.comp.search.xapian.general/2324
http://article.gmane.org/gmane.comp.search.xapian.general/1927
Now the QueryParser works as I wants it to do, and creates the terms
correctly. But sadly I can't find any documents. If I do this;
$ quest -d /var/lib/xapian räserbil -> no results
$ query -d /var/lib/xapian r*serbil -> result
I'm indexing the pages from a htdig database using htdig2omega. I've
tried to parse the db.docs-file as generated by htdump or after it's
been converted to utf-8 by iconv. I've also tried to replace the p_*
functions in scriptindex.cc to U_ ones -- just like the first patch
does -- but I'm unable to get it to work.
Any ideas what I am doing wrong?
Regards,
Örjan
More information about the Xapian-discuss
mailing list