Re: full text search, utf8

From: alexander lunyov <lan(at)zato(dot)ru>
To: pgsql-ru-general(at)postgresql(dot)org
Subject: Re: full text search, utf8
Date: 2009-06-04 05:19:34
Message-ID: 4A275966.2080202@zato.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ru-general

Сергей Бурладян wrote:
> alexander lunyov <lan(at)zato(dot)ru> writes:
>
>> This error happening also when i'm trying to CREATE TEXT SEARCH DICTIONARY:
>>
>> ports=# CREATE TEXT SEARCH DICTIONARY ruispell (
>> ports(# TEMPLATE = ispell,
>> ports(# DictFile = russian,
>> ports(# AffFile = russian,
>> ports(# StopWords = russian
>> ports(# );
>> ERROR: неверная последовательность байт имя кодировки "UTF8": 0xd1
>> ПОДСКАЗКА: This error can also happen if the byte sequence does not match the
>> encoding expected by the server, which is controlled by "client_encoding".
>> ports=#
>
> А файлы словарей в какой кодировке ? Наверное в них дело.
>

# file russian.affix russian.dict russian.stop
russian.affix: UTF-8 Unicode text
russian.dict: UTF-8 Unicode text
russian.stop: UTF-8 Unicode text

--
alexander lunyov

In response to

Browse pgsql-ru-general by date

  From Date Subject
Next Message alexander lunyov 2009-06-04 05:30:36 Re: full text search, utf8
Previous Message Сергей Бурладя =?utf-8?B?0L0=?= 2009-06-03 23:55:14 Re: full text search, utf8