Re: Fiddling with myisam/ft_static.c

2002-07-02 Thread Sergei Golubchik
Hi! On Jul 02, Thomas Spahni wrote: > Hi, > > I am indexing texts in German, French or Italian > language. I want to add words from these languages to the > stopword list and need some more guidance: > > - case doesn't matter, right? yes. > - what should I do with words containing non ascii c

Fiddling with myisam/ft_static.c

2002-07-02 Thread Thomas Spahni
Hi, I am indexing texts in German, French or Italian language. I want to add words from these languages to the stopword list and need some more guidance: - case doesn't matter, right? - what should I do with words containing non ascii characters 'äöüéàè' ? Enter as is? - is there any perform