hanja: add single-character dictionary data

This commit is contained in:
2026-08-12 19:29:11 +09:00
parent 0216cc3c8a
commit 4e1c15dde4
12 changed files with 29400 additions and 6 deletions

View File

@@ -63,8 +63,10 @@ test:
verify-map:
python3 map/mktelex.py | cmp - map/telex.map
python3 -B map/mkemoji | cmp - map/emoji.dict
python3 -B map/mkhanja | cmp - map/hanja.dict
python3 -B map/verifymap.py map/*.map map/*.dict
python3 -B tests/mkemoji_test.py
python3 -B tests/mkhanja_test.py
python3 -B tests/skk2ktrans_test.py
.PHONY: all check test verify-map clean xim gtk bench docker docker-image \