Re: BUG #13440: unaccent does not remove all diacritics
От | Tom Lane |
---|---|
Тема | Re: BUG #13440: unaccent does not remove all diacritics |
Дата | |
Msg-id | 12238.1434304758@sss.pgh.pa.us обсуждение исходный текст |
Ответ на | BUG #13440: unaccent does not remove all diacritics (mike@busbud.com) |
Ответы |
Re: BUG #13440: unaccent does not remove all diacritics
Re: BUG #13440: unaccent does not remove all diacritics |
Список | pgsql-bugs |
mike@busbud.com writes: > Sorry, I couldn't install the most recent minor release, but I did try this > on several different versions. I used Heroku to try a 9.4.3 build, and got > the same results > select 'È' as input, unaccent('È') as observed, 't' as expected; > input | observed | expected > -------+----------+---------- > È | È | t > (1 row) Hm, I do see Å£ t in unaccent.rules, so the transformation ought to happen. I suspect an encoding issue, eg your terminal window is not transmitting characters in the encoding Postgres thinks you're using. You did not provide any info about server encoding, client encoding, or client LC_xxx environment, so it's hard to debug from here. regards, tom lane
В списке pgsql-bugs по дате отправления: