Re: How to display complicated Chinese character: Biang.

2022-06-02 Thread Laurenz Albe
On Thu, 2022-06-02 at 12:45 +0530, jian he wrote: > Trying to display some special Chinese characters in Postgresql. > > localhost:5433 admin@test=# show LC_COLLATE; > ++ > | lc_collate | > ++ > | C.UTF-8    | > ++ > > > with strings(s) as ( > >  values (U&'\+

How to display complicated Chinese character: Biang.

2022-06-02 Thread jian he
Inspired by this thread: https://www.postgresql.org/message-id/011f01d8757e%24f5d69700%24e183c500%24%40ndensan.co.jp Trying to display some special Chinese characters in Postgresql. For now I am using postgresql 15 beta1. The OS is Ubuntu 20. localhost:5433 admin@test=# show LC_COLLATE; +-