| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Hugh Ranalli <hugh(at)whtc(dot)ca> |
| Cc: | Daniel Verite <daniel(at)manitou-mail(dot)org>, Thomas Munro <thomas(dot)munro(at)enterprisedb(dot)com>, pgsql-bugs(at)lists(dot)postgresql(dot)org |
| Subject: | Re: BUG #15548: Unaccent does not remove combining diacritical characters |
| Date: | 2018-12-15 19:03:58 |
| Message-ID: | 23962.1544900638@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs pgsql-hackers |
I wrote:
> ... I get something that's bit-for-bit the same as what's in unaccent.rules.
> So there's clearly a platform difference between here and there.
> I'm using Python 2.6.6, which is what ships with RHEL6; have not tried
> it on anything newer.
A few minutes later on a Fedora 28 box: python 2.7.15 also gives me the
expected results, while python 3.6.6 fails with "SyntaxError: invalid
syntax".
So updating that script to also work with python3 might be a worthwhile
TODO item. But I'm at a loss to explain why you get different results.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Hugh Ranalli | 2018-12-15 19:05:07 | Re: BUG #15548: Unaccent does not remove combining diacritical characters |
| Previous Message | Tom Lane | 2018-12-15 18:44:48 | Re: BUG #15548: Unaccent does not remove combining diacritical characters |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Hugh Ranalli | 2018-12-15 19:05:07 | Re: BUG #15548: Unaccent does not remove combining diacritical characters |
| Previous Message | Tom Lane | 2018-12-15 18:44:48 | Re: BUG #15548: Unaccent does not remove combining diacritical characters |