mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Update Unicode data to CLDR 39
This commit is contained in:
@ -1,11 +1,14 @@
|
|||||||
|
¡ !
|
||||||
© (C)
|
© (C)
|
||||||
« <<
|
« <<
|
||||||
-
|
-
|
||||||
® (R)
|
® (R)
|
||||||
|
± +/-
|
||||||
» >>
|
» >>
|
||||||
¼ 1/4
|
¼ 1/4
|
||||||
½ 1/2
|
½ 1/2
|
||||||
¾ 3/4
|
¾ 3/4
|
||||||
|
¿ ?
|
||||||
À A
|
À A
|
||||||
Á A
|
Á A
|
||||||
 A
|
 A
|
||||||
@ -1131,6 +1134,9 @@
|
|||||||
ⅇ e
|
ⅇ e
|
||||||
ⅈ i
|
ⅈ i
|
||||||
ⅉ j
|
ⅉ j
|
||||||
|
⅐ 1/7
|
||||||
|
⅑ 1/9
|
||||||
|
⅒ 1/10
|
||||||
⅓ 1/3
|
⅓ 1/3
|
||||||
⅔ 2/3
|
⅔ 2/3
|
||||||
⅕ 1/5
|
⅕ 1/5
|
||||||
@ -1176,6 +1182,7 @@
|
|||||||
ⅽ c
|
ⅽ c
|
||||||
ⅾ d
|
ⅾ d
|
||||||
ⅿ m
|
ⅿ m
|
||||||
|
↉ 0/3
|
||||||
− -
|
− -
|
||||||
∕ /
|
∕ /
|
||||||
∖ \
|
∖ \
|
||||||
@ -1602,3 +1609,5 @@
|
|||||||
⦆ ))
|
⦆ ))
|
||||||
。 .
|
。 .
|
||||||
、 ,
|
、 ,
|
||||||
|
← <-
|
||||||
|
→ ->
|
||||||
|
@ -365,7 +365,7 @@ DOWNLOAD = wget -O $@ --no-use-server-timestamps
|
|||||||
UNICODE_VERSION = 13.0.0
|
UNICODE_VERSION = 13.0.0
|
||||||
|
|
||||||
# Pick a release from here: <http://cldr.unicode.org/index/downloads>
|
# Pick a release from here: <http://cldr.unicode.org/index/downloads>
|
||||||
CLDR_VERSION = 37
|
CLDR_VERSION = 39
|
||||||
|
|
||||||
|
|
||||||
# Tree-wide build support
|
# Tree-wide build support
|
||||||
|
Reference in New Issue
Block a user