unicode match normal forms

From: hamann(dot)w(at)t-online(dot)de
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: unicode match normal forms
Date: 2021-05-17 13:27:40
Message-ID: wolfgang-1210517152740.A0321230@noten19.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

in unicode letter ä exists in two versions - linux and windows use a composite whereas macos prefers
the decomposed form. Is there any way to make a semi-exact match that accepts both variants?
This question is not about fulltext but about matching filenames across a network - I wish to avoid two equally-looking
filenames.

Regards
Wolfgang

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2021-05-17 13:33:22
Previous Message Loles 2021-05-17 07:32:27 Re: