data: validate and repair Japanese dictionaries

This commit is contained in:
2026-08-12 15:34:00 +09:00
parent f0ba7fc5f6
commit d2fa51ceba
9 changed files with 324 additions and 39 deletions

View File

@@ -56,6 +56,8 @@ test:
verify-map:
python3 map/mktelex.py | cmp - map/telex.map
python3 -B map/mkemoji | cmp - map/emoji.dict
python3 -B map/verifymap.py map/*.map map/*.dict
python3 -B tests/mkemoji_test.py
python3 -B tests/skk2ktrans_test.py
.PHONY: all check test verify-map clean xim gtk bench docker docker-check