diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2021-04-08 08:28:03 +0200 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2021-04-08 08:28:03 +0200 |
commit | 2e0e0666790e48cec716d4947f89d067ef53490c (patch) | |
tree | 731bdaaa88f5e31431e40b2c81d33a8108b32a9e | |
parent | 2f27f8c511494cca9e0e9a4eeeb102fa9f193002 (diff) | |
download | postgresql-2e0e0666790e48cec716d4947f89d067ef53490c.tar.gz postgresql-2e0e0666790e48cec716d4947f89d067ef53490c.zip |
Update Unicode data to CLDR 39
-rw-r--r-- | contrib/unaccent/unaccent.rules | 9 | ||||
-rw-r--r-- | src/Makefile.global.in | 2 |
2 files changed, 10 insertions, 1 deletions
diff --git a/contrib/unaccent/unaccent.rules b/contrib/unaccent/unaccent.rules index bf4c1bd1974..1b5eb1b16c8 100644 --- a/contrib/unaccent/unaccent.rules +++ b/contrib/unaccent/unaccent.rules @@ -1,11 +1,14 @@ +¡ ! © (C) « << - ® (R) +± +/- » >> ¼ 1/4 ½ 1/2 ¾ 3/4 +¿ ? À A Á A Â A @@ -1131,6 +1134,9 @@ ⅇ e ⅈ i ⅉ j +⅐ 1/7 +⅑ 1/9 +⅒ 1/10 ⅓ 1/3 ⅔ 2/3 ⅕ 1/5 @@ -1176,6 +1182,7 @@ ⅽ c ⅾ d ⅿ m +↉ 0/3 − - ∕ / ∖ \ @@ -1602,3 +1609,5 @@ ⦆ )) 。 . 、 , +← <- +→ -> diff --git a/src/Makefile.global.in b/src/Makefile.global.in index 74b3a6acd29..8f058408210 100644 --- a/src/Makefile.global.in +++ b/src/Makefile.global.in @@ -365,7 +365,7 @@ DOWNLOAD = wget -O $@ --no-use-server-timestamps UNICODE_VERSION = 13.0.0 # Pick a release from here: <http://cldr.unicode.org/index/downloads> -CLDR_VERSION = 37 +CLDR_VERSION = 39 # Tree-wide build support |