Skip to content

Commit

Permalink
HarfBuzz: Regen the data tables (Unicode 5.2.0 -> 15.0.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
NiLuJe committed Sep 14, 2022
1 parent 241843d commit 03693cf
Show file tree
Hide file tree
Showing 2 changed files with 353 additions and 282 deletions.
2 changes: 1 addition & 1 deletion ffi/harfbuzz.lua
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ local function make_set(tab)
local set = hb.hb_set_create()
local first = 0
local seen = 0
for i=1,#tab,2 do
for i=1, #tab, 2 do
first = first + tab[i]
local count = tab[i+1]
seen = seen + count
Expand Down
Loading

0 comments on commit 03693cf

Please sign in to comment.