OSDN Git Service

Snowball multibyte. It's a pity, but snowball sources is very diferent for multibyte and
authorTeodor Sigaev <teodor@sigaev.ru>
Fri, 27 Jan 2006 16:32:31 +0000 (16:32 +0000)
committerTeodor Sigaev <teodor@sigaev.ru>
Fri, 27 Jan 2006 16:32:31 +0000 (16:32 +0000)
commit5e2707c45fb9ef4dd1250560a049265721b60907
treec0cc8bda19ab00b3649fd5e414b5f11a277e0356
parent75c4747156678b92203757b594bdb526c7ad7c59
Snowball multibyte. It's a pity, but snowball sources is very diferent for multibyte and
singlebyte encodings, so we should have snowball for every encodings.

I hope that finalize multibyte support work in tsearch2, but testing is needed...
contrib/tsearch2/Makefile
contrib/tsearch2/dict_snowball.c
contrib/tsearch2/expected/tsearch2.out
contrib/tsearch2/snowball/Makefile
contrib/tsearch2/snowball/russian_stem_UTF8.c [new file with mode: 0644]
contrib/tsearch2/snowball/russian_stem_UTF8.h [new file with mode: 0644]
contrib/tsearch2/stopword/russian.stop.utf8 [new file with mode: 0644]
contrib/tsearch2/tsearch.sql.in