Skip to content

Commit

Permalink
Exclude more Tibetan glyphs
Browse files Browse the repository at this point in the history
  • Loading branch information
dscorbett authored and satbyy committed May 4, 2022
1 parent 01bc3b2 commit 8dfc41f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ create_tibetan_subset() {
local input_font=NotoSerifTibetan-Regular.ttf
local output_font="${input_font/-/Subset-}"
local glyphs=0
local exclude_regex='uni0F([45].|6[^2])0F(9.|A[^D]|B[^12])|uni[[:xdigit:]]{8,12}\.[2]'
local exclude_regex='uni0F([45].|6[^2])0F(9.|A[^D]|B[^12])|uni[[:xdigit:]]{8,12}\.[23]|uni0F(4[3D]|5[27C]|69).|0F..0F74'

cd cache/

Expand Down

0 comments on commit 8dfc41f

Please sign in to comment.