Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3a89615

Browse files
committed
Update Unicode data to Unicode 13.0.0 and CLDR 37
1 parentf9c1b8d commit3a89615

File tree

5 files changed

+499
-362
lines changed

5 files changed

+499
-362
lines changed

‎contrib/unaccent/unaccent.rules

Lines changed: 99 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1107,6 +1107,7 @@
11071107
ℕN
11081108
№No
11091109
℗(P)
1110+
℘P
11101111
ℙP
11111112
ℚQ
11121113
ℛR
@@ -1253,6 +1254,28 @@
12531254
⩴::=
12541255
⩵==
12551256
⩶===
1257+
ⱠL
1258+
ⱡl
1259+
ⱢL
1260+
ⱣP
1261+
ⱤR
1262+
ⱥa
1263+
ⱦt
1264+
ⱧH
1265+
ⱨh
1266+
ⱩK
1267+
ⱪk
1268+
ⱫZ
1269+
ⱬz
1270+
ⱮM
1271+
ⱱv
1272+
ⱲW
1273+
ⱳw
1274+
ⱴv
1275+
ⱸe
1276+
ⱺo
1277+
ⱾS
1278+
ⱿZ
12561279
、,
12571280
。.
12581281
〇0
@@ -1349,6 +1372,82 @@
13491372
㏝Wb
13501373
㏞V/m
13511374
㏟A/m
1375+
ꜰF
1376+
ꜱS
1377+
ꜲAA
1378+
ꜳaa
1379+
ꜴAO
1380+
ꜵao
1381+
ꜶAU
1382+
ꜷau
1383+
ꜸAV
1384+
ꜹav
1385+
ꜺAV
1386+
ꜻav
1387+
ꜼAY
1388+
ꜽay
1389+
ꝀK
1390+
ꝁk
1391+
ꝂK
1392+
ꝃk
1393+
ꝄK
1394+
ꝅk
1395+
ꝆL
1396+
ꝇl
1397+
ꝈL
1398+
ꝉl
1399+
ꝊO
1400+
ꝋo
1401+
ꝌO
1402+
ꝍo
1403+
ꝎOO
1404+
ꝏoo
1405+
ꝐP
1406+
ꝑp
1407+
ꝒP
1408+
ꝓp
1409+
ꝔP
1410+
ꝕp
1411+
ꝖQ
1412+
ꝗq
1413+
ꝘQ
1414+
ꝙq
1415+
ꝞV
1416+
ꝟv
1417+
ꝠVY
1418+
ꝡvy
1419+
ꝤTH
1420+
ꝥth
1421+
ꝦTH
1422+
ꝧth
1423+
ꝱd
1424+
ꝲl
1425+
ꝳm
1426+
ꝴn
1427+
ꝵr
1428+
ꝶR
1429+
ꝷt
1430+
ꝹD
1431+
ꝺd
1432+
ꝻF
1433+
ꝼf
1434+
ꞆT
1435+
ꞇt
1436+
ꞐN
1437+
ꞑn
1438+
ꞒC
1439+
ꞓc
1440+
ꞠG
1441+
ꞡg
1442+
ꞢK
1443+
ꞣk
1444+
ꞤN
1445+
ꞥn
1446+
ꞦR
1447+
ꞧr
1448+
ꞨS
1449+
ꞩs
1450+
ꞪH
13521451
ffff
13531452
fifi
13541453
flfl

‎src/Makefile.global.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -362,10 +362,10 @@ DOWNLOAD = wget -O $@ --no-use-server-timestamps
362362
# Pick a release from here: <https://www.unicode.org/Public/>. Note
363363
# that the most recent release listed there is often a pre-release;
364364
# don't pick that one, except for testing.
365-
UNICODE_VERSION =12.1.0
365+
UNICODE_VERSION =13.0.0
366366

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

370370

371371
# Tree-wide build support

‎src/include/common/unicode_combining_table.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ static const struct mbinterval combining[] = {
7373
{0x0D41,0x0D44},
7474
{0x0D4D,0x0D4D},
7575
{0x0D62,0x0D63},
76+
{0x0D81,0x0D81},
7677
{0x0DCA,0x0DCA},
7778
{0x0DD2,0x0DD6},
7879
{0x0E31,0x0E31},
@@ -162,6 +163,7 @@ static const struct mbinterval combining[] = {
162163
{0xA806,0xA806},
163164
{0xA80B,0xA80B},
164165
{0xA825,0xA826},
166+
{0xA82C,0xA82C},
165167
{0xA8C4,0xA8C5},
166168
{0xA8E0,0xA8F1},
167169
{0xA8FF,0xA8FF},

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp