Skip to content

Commit 2e0e066

Browse files
committed
Update Unicode data to CLDR 39
1 parent 2f27f8c commit 2e0e066

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

contrib/unaccent/unaccent.rules

+9
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
1+
¡ !
12
© (C)
23
« <<
34
­ -
45
® (R)
6+
± +/-
57
» >>
68
¼ 1/4
79
½ 1/2
810
¾ 3/4
11+
¿ ?
912
À A
1013
Á A
1114
 A
@@ -1131,6 +1134,9 @@
11311134
ⅇ e
11321135
ⅈ i
11331136
ⅉ j
1137+
⅐ 1/7
1138+
⅑ 1/9
1139+
⅒ 1/10
11341140
⅓ 1/3
11351141
⅔ 2/3
11361142
⅕ 1/5
@@ -1176,6 +1182,7 @@
11761182
ⅽ c
11771183
ⅾ d
11781184
ⅿ m
1185+
↉ 0/3
11791186
− -
11801187
∕ /
11811188
∖ \
@@ -1602,3 +1609,5 @@
16021609
⦆ ))
16031610
。 .
16041611
、 ,
1612+
← <-
1613+
→ ->

src/Makefile.global.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ DOWNLOAD = wget -O $@ --no-use-server-timestamps
365365
UNICODE_VERSION = 13.0.0
366366

367367
# Pick a release from here: <http://cldr.unicode.org/index/downloads>
368-
CLDR_VERSION = 37
368+
CLDR_VERSION = 39
369369

370370

371371
# Tree-wide build support

0 commit comments

Comments
 (0)