Re: Unicode Variation Selector and Combining character

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Unicode Variation Selector and Combining character
Дата
Msg-id 16fef63a-9316-06a5-9391-0926e8a79762@enterprisedb.com
обсуждение исходный текст
Ответ на Unicode Variation Selector and Combining character  (荒井元成 <n2029@ndensan.co.jp>)
Ответы RE: Unicode Variation Selector and Combining character  (荒井元成 <n2029@ndensan.co.jp>)
Список pgsql-hackers
On 30.05.22 02:27, 荒井元成 wrote:
> I tried it on PostgreSQL 13. If you use the Unicode Variation Selector 
> and Combining Character
> 
> , the base character and the Variation selector will be 2 in length. 
> Since it will be one character on the display, we expect it to be one in 
> length. Please provide a function corresponding to the unicode variasion 
> selector. I hope It is supposed to be provided as an extension.
> 
> The functions that need to be supported are as follows:
> 
> char_length|character_length|substring|trim|btrim|left
> 
> |length|lpad|ltrim|regexp_match|regexp_matches
> 
> |regexp_replace|regexp_split_to_array|regexp_split_to_table
> 
> |replace|reverse|right|rpad|rtrim|split_part|strpos|substr|starts_with

Please show a test case of what you mean.  For example,

select char_length(...) returns X but should return Y

Examples with Unicode escapes (U&'\NNNN...') would be the most robust.



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

Предыдущее
От: Amit Kapila
Дата:
Сообщение: Re: Perform streaming logical transactions by background workers and parallel apply
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: Prevent writes on large objects in read-only transactions