Text search, ERROR: invalid byte sequence for encoding "UTF8": 0xe9640a

Поиск
Список
Период
Сортировка
От James Dooley
Тема Text search, ERROR: invalid byte sequence for encoding "UTF8": 0xe9640a
Дата
Msg-id c01aff630902030712t6b023242w8feaf14a65f46f11@mail.gmail.com
обсуждение исходный текст
Ответы Re: Text search, ERROR: invalid byte sequence for encoding "UTF8": 0xe9640a  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Text search, ERROR: invalid byte sequence for encoding "UTF8": 0xe9640a  (Oleg Bartunov <oleg@sai.msu.su>)
Список pgsql-general
I downloaded the hunspell en_GB from

http://wiki.services.openoffice.org/wiki/Dictionaries#English_.28AU.2CCA.2CGB.2CNZ.2CUS.2CZA.29

and when building the Ispell dictionary I got the following error

ERROR:  invalid byte sequence for encoding "UTF8": 0xe9640a
HINT:  This error can also happen if the byte sequence does not match the encoding expected by the server, which is controlled by "client_encoding".
CONTEXT:  line 220 of configuration file "C:/Program Files/PostgreSQL/8.3/share/tsearch_data/en_gb.dict"

CREATE TEXT SEARCH DICTIONARY english_ispell (
    TEMPLATE = ispell,
    DictFile = en_GB,
    AffFile = en_GB,
    StopWords = english
);

В списке pgsql-general по дате отправления:

Предыдущее
От: Kokas Zsolt
Дата:
Сообщение: Re: embedded pgsql media-failure
Следующее
От: Filip Rembiałkowski
Дата:
Сообщение: Re: Fastest way to drop an index?