Re: postgreSQL UPPER Method is converting the character "µ" into "M" - Mailing list pgsql-general

From Erik Wienhold
Subject Re: postgreSQL UPPER Method is converting the character "µ" into "M"
Date
Msg-id 27778911.11379.1694018877407@office.mailbox.org
Whole thread Raw
In response to Re: postgreSQL UPPER Method is converting the character "µ" into "M"  (Erik Wienhold <ewie@ewie.name>)
Responses Re: postgreSQL UPPER Method is converting the character "µ" into "M"  (Sai Teja <saitejasaichintalapudi@gmail.com>)
List pgsql-general
On 06/09/2023 18:37 CEST Erik Wienhold <ewie@ewie.name> wrote:

> Homoglyphs are one explanation if you get 'µass' from the generated column as
> described.

    postgres=# SELECT upper('𝝻𝚊𝚜𝚜');
     upper
    -------
     𝝻𝚊𝚜𝚜
    (1 row)

The codepoints I picked are:

* MATHEMATICAL SANS-SERIF BOLD SMALL MU
* MATHEMATICAL MONOSPACE SMALL A
* MATHEMATICAL MONOSPACE SMALL S

--
Erik



pgsql-general by date:

Previous
From: Erik Wienhold
Date:
Subject: Re: postgreSQL UPPER Method is converting the character "µ" into "M"
Next
From: Sai Teja
Date:
Subject: Re: postgreSQL UPPER Method is converting the character "µ" into "M"