| From: | Alexander Borisov <lex(dot)borisov(at)gmail(dot)com> |
|---|---|
| To: | Andres Freund <andres(at)anarazel(dot)de>, Peter Eisentraut <peter(at)eisentraut(dot)org> |
| Cc: | pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: Unicode update and some tooling improvements |
| Date: | 2026-03-18 14:55:33 |
| Message-ID: | 13553405-e270-401d-943d-45a7c42c4b1d@gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
18.03.2026 17:20, Andres Freund wrote:
> Hi,
>
> On 2026-02-26 21:36:08 +0100, Peter Eisentraut wrote:
>> This is the annual update of the Unicode data. I also worked a bit on the
>> tooling. The update-unicode target under meson did not update the data in
>> contrib/unaccent/, so I added that. I also fixed a Python deprecation
>> warning in the generation script and made some light changes in the
>> surrounding documentation.
>
>
>> From ef15b16dcef7a3868fc37744d201bb233f8271bd Mon Sep 17 00:00:00 2001
>> From: Peter Eisentraut <peter(at)eisentraut(dot)org>
>> Date: Thu, 26 Feb 2026 11:36:27 +0100
>> Subject: [PATCH 3/6] Implement unaccent Unicode data update in meson
>>
>> The meson/ninja update-unicode target did not cover the required
>> updates in contrib/unaccent/. This is fixed now.
>
> Makes sesne.
[..]
>
>
>> From dd4b5ced419b319c24fa0928180e54d7317e1690 Mon Sep 17 00:00:00 2001
>> From: Peter Eisentraut <peter(at)eisentraut(dot)org>
>> Date: Thu, 26 Feb 2026 11:38:51 +0100
>> Subject: [PATCH 6/6] Update Unicode data to Unicode 17.0.0
>
> Looks like 18 is out, any reason to not go straight to that?
18 is currently in alpha, so it may be better to wait until the stable
release in September this year.
https://www.unicode.org/releases/
[..]
>> -UNICODE_VERSION = 16.0.0
>> +UNICODE_VERSION = 17.0.0
>
> Wonder if we, in a separate change, should put UNICODE_VERSION and
> CLDR_VERSION version in dedicated files (probably just named
> UNICODE_VERSION/CLDR_VERSION) that then could be shared by meson & make.
>
>
> Greetings,
>
> Andres Freund
>
>
--
Regards,
Alexander Borisov
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Daniel Gustafsson | 2026-03-18 14:58:02 | Re: Serverside SNI support in libpq |
| Previous Message | Bertrand Drouvot | 2026-03-18 14:51:01 | Re: Adding locks statistics |