diff options
author | Peter Eisentraut | 2025-04-03 09:54:14 +0000 |
---|---|---|
committer | Peter Eisentraut | 2025-04-03 10:00:09 +0000 |
commit | 82a46cca99fa967cc3c6c2cf55254dd44eebbcfd (patch) | |
tree | ec91ebd8e7775d8fd86726724b83420352c937b8 /src/common/unicode | |
parent | 231064aa0fbcdf12b7248e8d8d43a75482afbf1f (diff) |
Update Unicode data to Unicode 16.0.0
Reviewed-by: Jeff Davis <[email protected]>
Discussion: https://www.postgresql.org/message-id/flat/[email protected]
Diffstat (limited to 'src/common/unicode')
-rw-r--r-- | src/common/unicode/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/unicode/meson.build b/src/common/unicode/meson.build index b98940de279..c6a4715ccc5 100644 --- a/src/common/unicode/meson.build +++ b/src/common/unicode/meson.build @@ -1,6 +1,6 @@ # Copyright (c) 2022-2025, PostgreSQL Global Development Group -UNICODE_VERSION = '15.1.0' +UNICODE_VERSION = '16.0.0' unicode_data = {} unicode_baseurl = 'https://www.unicode.org/Public/@0@/ucd/@1@' |