Re: BUG #3730: Creating a swedish dictionary fails

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: penty(dot)wenngren(at)dgc(dot)se
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #3730: Creating a swedish dictionary fails
Date: 2007-11-08 22:21:17
Message-ID: 21318.1194560477@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Penty Wenngren <penty(dot)wenngren(at)dgc(dot)se> writes:
> I used iconv to convert svenska.aff and svenska.datalist (from
> iswedish-1.2.1) to UTF-8. The converted files can be found at:
> http://www.lederhosen.org/swedish.affix
> http://www.lederhosen.org/swedish.dict

I think the reason it's failing right there is that that line is the
first affix rule containing a non-ASCII letter, and the rules are
supposed to only contain letters and certain specific punctuation.
I suspect you are working in a locale that doesn't think is a
letter --- check lc_ctype.

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2007-11-09 00:10:50 Re: BUG #3723: dropping an index that doesn't refer to table's columns
Previous Message Penty Wenngren 2007-11-08 20:48:07 Re: BUG #3730: Creating a swedish dictionary fails