Skip to content

Commit

Permalink
Update tolower/toupper tables for Unicode 16.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebras committed Jan 31, 2025
1 parent 0d09379 commit 86333cc
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions source/fitz/utfdata.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ static const int ucd_tolower2[] = {
0x1058c,0x10592,39,
0x10594,0x10595,39,
0x10c80,0x10cb2,64,
0x10d50,0x10d65,32,
0x118a0,0x118bf,32,
0x16e40,0x16e5f,32,
0x1e900,0x1e921,34,
Expand Down Expand Up @@ -346,6 +347,7 @@ static const int ucd_tolower1[] = {
0x52e,1,
0x10c7,7264,
0x10cd,7264,
0x1c89,1,
0x1e00,1,
0x1e02,1,
0x1e04,1,
Expand Down Expand Up @@ -668,9 +670,13 @@ static const int ucd_tolower1[] = {
0xa7c6,-35384,
0xa7c7,1,
0xa7c9,1,
0xa7cb,-42343,
0xa7cc,1,
0xa7d0,1,
0xa7d6,1,
0xa7d8,1,
0xa7da,1,
0xa7dc,-42561,
0xa7f5,1,
};

Expand Down Expand Up @@ -724,6 +730,7 @@ static const int ucd_toupper2[] = {
0x105b3,0x105b9,-39,
0x105bb,0x105bc,-39,
0x10cc0,0x10cf2,-64,
0x10d70,0x10d85,-32,
0x118c0,0x118df,-32,
0x16e60,0x16e7f,-32,
0x1e922,0x1e943,-34,
Expand Down Expand Up @@ -804,6 +811,7 @@ static const int ucd_toupper1[] = {
0x195,97,
0x199,-1,
0x19a,163,
0x19b,42561,
0x19e,130,
0x1a1,-1,
0x1a3,-1,
Expand Down Expand Up @@ -890,6 +898,7 @@ static const int ucd_toupper1[] = {
0x260,-205,
0x261,42315,
0x263,-207,
0x264,42343,
0x265,42280,
0x266,42308,
0x268,-209,
Expand Down Expand Up @@ -1050,6 +1059,7 @@ static const int ucd_toupper1[] = {
0x1c86,-6236,
0x1c87,-6181,
0x1c88,35266,
0x1c8a,-1,
0x1d79,35332,
0x1d7d,3814,
0x1d8e,35384,
Expand Down Expand Up @@ -1357,9 +1367,11 @@ static const int ucd_toupper1[] = {
0xa7c3,-1,
0xa7c8,-1,
0xa7ca,-1,
0xa7cd,-1,
0xa7d1,-1,
0xa7d7,-1,
0xa7d9,-1,
0xa7db,-1,
0xa7f6,-1,
0xab53,-928,
};

0 comments on commit 86333cc

Please sign in to comment.