build, data: the Greek capitals by name; one way to run python3; bench.sh checks its own binary

Δ Γ Λ Ω Φ Ψ Σ Θ answered only to De, Ga, La, Om, Ph, Ps, Si, Th, while
their small letters answered to delta, gamma and the rest; they answer to
the names too now.  mkemoji and cldr2emoji write UTF-8 whatever the
locale, as the other generators already did; verify-map calls python3 the
one way; the tests' include path drops a directory nothing includes
through; and bench.sh says which binary is missing instead of blaming the
daemon ten seconds later.
This commit is contained in:
2026-08-17 12:17:18 +09:00
parent ef7fb627c6
commit 0ba7dc7f50
7 changed files with 32 additions and 23 deletions

View File

@@ -69,6 +69,8 @@ def build(entries):
def main():
sys.stdout.reconfigure(encoding="utf-8")
sys.stderr.reconfigure(encoding="utf-8")
paths = [Path(arg) for arg in sys.argv[1:]] or SOURCES
try:
entries = [entry for path in paths for entry in read(path)]