Improve support of Hunspell

Teodor Sigaev <teodor@sigaev.ru>

Commit: f4ceed6ceba31a72ed7a726fef05d211641f283c
Author: Teodor Sigaev <teodor@sigaev.ru>
Date: 2016-03-17T14:23:38Z
Releases: 9.6.0
Improve support of Hunspell

- allow to use non-ascii characters as affix flag. Non-numeric affix flags now
  are stored as string instead of numeric value of character.
- allow to use 0 as affix flag in numeric encoded affixes

That adds support for arabian, hungarian, turkish and
brazilian portuguese languages.

Author: Artur Zakirov with heavy editorization by me

Files

PathChange+/−
src/backend/tsearch/spell.c modified +265 −166
src/include/tsearch/dicts/spell.h modified +37 −7