Files
homepage/scripts/subset-emoji-font.sh
Alexander Bocken 716c6cc6e6
All checks were successful
CI / update (push) Successful in 1m39s
fix: use python3 for emoji codepoint extraction in font subsetting
grep -oP '.' splits multi-byte emoji into individual bytes when the
locale is not UTF-8 (e.g. CI runners with LANG=C), causing pyftsubset
to fail on invalid codepoints.
2026-02-17 16:05:55 +01:00

2.2 KiB
Executable File