On 06.01.26 23:20, Jeff Davis wrote:
> On Tue, 2026-01-06 at 20:54 +0100, Peter Eisentraut wrote:
>> On further reflection, it seems just as easy to have dmetaphone()
>> take
>> the input collation and use that to do a proper collation-aware
>> upper-casing. This has the same effect (that is, it will still only
>> support certain single-byte encodings), but it avoids elaborately
>> hard-coding a bunch of things, and if we ever want to make this
>> multibyte-aware, then we'll have to go this way anyway, I think. See
>> attached patch.
>
> Looks good to me.
committed
> After you commit that, we still need the changes in fuzzystrmatch.c,
> right?
right