Tsearch2 ispell parser unicode bug ?

From: moje <moje(at)kalhotky(dot)net>
To: pgsql-bugs(at)postgresql(dot)org
Subject: Tsearch2 ispell parser unicode bug ?
Date: 2005-01-03 15:23:13
Message-ID: 1104765793.10261.14.camel@moje.vabo.cz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hi
I'm using tsearch2 since postgresql-7.4.0 without problems with UTF-8
(yes i know about tolower() problems in postgresql < 8).
I tried postgresql-8.0beta and rc (up to rc3) and all versions contains
bug in tsearch2. (probably in ispell code part)
I can set up tsearch without problems for unicode fulltext (for czech
language), but when i tried the test command like this (and some
similars).

SELECT lexize('cz_ispell','jablkům');

postgresql fails with SIG11.

I tried to backport the ispell part and it works without problems.

MOJE
--
Konir Tomas
Czech Republic
Brno
ICQ 25849167

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2005-01-03 17:40:02 Re: rule system re-evaluates expressions
Previous Message David Bowen 2005-01-03 03:11:05 BUG #1370: Problem with arrays in PL/PGSQL