Re: postgreSQL UPPER Method is converting the character "µ" into "M"

Поиск
Список
Период
Сортировка
От Erik Wienhold
Тема Re: postgreSQL UPPER Method is converting the character "µ" into "M"
Дата
Msg-id 27778911.11379.1694018877407@office.mailbox.org
обсуждение исходный текст
Ответ на Re: postgreSQL UPPER Method is converting the character "µ" into "M"  (Erik Wienhold <ewie@ewie.name>)
Ответы Re: postgreSQL UPPER Method is converting the character "µ" into "M"
Список 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 по дате отправления:

Предыдущее
От: Erik Wienhold
Дата:
Сообщение: Re: postgreSQL UPPER Method is converting the character "µ" into "M"
Следующее
От: Sai Teja
Дата:
Сообщение: Re: postgreSQL UPPER Method is converting the character "µ" into "M"