Title: Re: [aseek-users] Problems with charsets/unicode
Yesterday I found my bug which can lead to improper indexing in unicode
version
Replace line with "return" statement in the method <bool
CUWord::operator==(const CUWord& Word) const> to
  return (*w == 0) && (*w1 == 0);
(file: ucharset.h)
and reindex everything.

I've done that and I have the same problem:

http://melior dot univ-montp3 dot fr/aspseek/s.cgi?cs=iso88591&q=lambert+claviers+p%E9rez&ps=20&dt=back&dp=0

or

http://melior dot univ-montp3 dot fr/aspseek/s.cgi?q=lambert+claviers+p%E9rez&ps=20&dt=back&dp=0

gives:

1.      Bienvenue sur Melior [0.50220]

  ...Une journée sur XML et les documents électroniques s`est tenue le 19 mai 1999 à Lyon. Rapport par Gillesrez-Lambert Le livre d`or À vos claviers ! http:// Melior ......
http://melior.univ-montp3.fr/ 1 ko
Version indexée

and:

http://melior dot univ-montp3 dot fr/aspseek/s.cgi?cs=iso-8859-1&q=lambert+claviers+p%E9rez&ps=20&dt=back&dp=0

gives no result (Sorry, we didn't find...).


Gilles.

Reply via email to