Snowball multibyte. It's a pity, but snowball sources is very diferent for multibyte and
Teodor Sigaev <teodor@sigaev.ru>
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...
Files
| Path | Change | +/− |
|---|---|---|
| contrib/tsearch2/dict_snowball.c | modified | +41 −3 |
| contrib/tsearch2/expected/tsearch2.out | modified | +11 −11 |
| contrib/tsearch2/Makefile | modified | +2 −2 |
| contrib/tsearch2/snowball/Makefile | modified | +2 −2 |
| contrib/tsearch2/snowball/russian_stem_UTF8.c | added | +709 −0 |
| contrib/tsearch2/snowball/russian_stem_UTF8.h | added | +16 −0 |
| contrib/tsearch2/stopword/russian.stop.utf8 | added | +151 −0 |
| contrib/tsearch2/tsearch.sql.in | modified | +42 −9 |