RE: About Unicode IVS

Поиск
Список
Период
Сортировка
От 荒井元成
Тема RE: About Unicode IVS
Дата
Msg-id 00f601d84326$5367cf00$fa376d00$@ndensan.co.jp
обсуждение исходный текст
Ответ на Re: About Unicode IVS  ("David G. Johnston" <david.g.johnston@gmail.com>)
Ответы RE: About Unicode IVS  (Graham Myers <gmyers@retailexpress.com>)
RE: About Unicode IVS  ("Michel SALAIS" <msalais@msym.fr>)
Список pgsql-admin

 

thank you for your reply.

It will be 2 characters.

 

select char_length(U&'\+008FBA' || U&'\+0E0102');

char_length

-------------

           2

(1 )

 

select length('󠄂');

length

--------

      2

(1 )

 

select char_length('󠄂');

char_length

-------------

           2

(1 )

 

$ psql -l

                                      データベース一覧

   名前    | 所有者  | エンコーディング | 照合順序 | Ctype(変換演算子) |    アクセス権限

-----------+---------+------------------+----------+-------------------+---------------------

D209007   | D209007 | UTF8             | C        | C                 |

postgres  | D209007 | UTF8             | C        | C                 |

template0 | D209007 | UTF8             | C        | C                 | =c/D209007         +

           |         |                  |          |                   | D209007=CTc/D209007

template1 | D209007 | UTF8             | C        | C                 | =c/D209007         +

           |         |                  |          |                   | D209007=CTc/D209007

(4 )

 

 

$ cat pgdata/PG_VERSION

13

 

Moto.

 

From: David G. Johnston <david.g.johnston@gmail.com>
Sent: Tuesday, March 29, 2022 12:38 PM
To:
荒井元成 <n2029@ndensan.co.jp>
Cc: pgsql-admin@lists.postgresql.org
Subject: Re: About Unicode IVS

 



On Monday, March 28, 2022,
荒井元成 <n2029@ndensan.co.jp> wrote:

Hi,

 

In the Length () function, it will be 2 characters where you want it to be 1 character.

Is it possible to respond by changing the settings such as changing the collation setting like SQL Server?
Also, if you understand how to deal with it (eg, create your own function), it would be helpful if you could provide as much information as you can.

 

 

Try char_length(text) instead.

 

David J.

 

В списке pgsql-admin по дате отправления:

Предыдущее
От: "David G. Johnston"
Дата:
Сообщение: Re: About Unicode IVS
Следующее
От: Graham Myers
Дата:
Сообщение: RE: About Unicode IVS