Re: BUG #13440: unaccent does not remove all diacritics

Поиск
Список
Период
Сортировка
От Teodor Sigaev
Тема Re: BUG #13440: unaccent does not remove all diacritics
Дата
Msg-id 56E2F496.3020904@sigaev.ru
обсуждение исходный текст
Ответ на Re: BUG #13440: unaccent does not remove all diacritics  (Léonard Benedetti <benedetti@mlpo.fr>)
Ответы Re: BUG #13440: unaccent does not remove all diacritics  (Léonard Benedetti <benedetti@mlpo.fr>)
Список pgsql-bugs
> Here is the patch, attached.

Hmm, now script doesn't work with Python 2:
% python2 -V
Python 2.7.11
% python2 contrib/unaccent/generate_unaccent_rules.py
   File "contrib/unaccent/generate_unaccent_rules.py", line 7
SyntaxError: Non-ASCII character '\xe2' in file
contrib/unaccent/generate_unaccent_rules.py on line 7, but no encoding declared;
see http://python.org/dev/peps/pep-0263/ for details

Is it intentional?

--
Teodor Sigaev                                   E-mail: teodor@sigaev.ru
                                                    WWW: http://www.sigaev.ru/

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Re[2]: [BUGS] Re: [BUGS] Segfault in MemoryContextAlloc
Следующее
От: manlio.perillo@gmail.com
Дата:
Сообщение: BUG #14016: Incomplete documentation of IN subquery expression