diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-04-11 21:20:31 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-04-11 21:20:37 +0200 |
commit | 4be9da8d2d4f428de60dd7af874a28630d33b542 (patch) | |
tree | 8e7cfc5c9814f350ef1569bd3b21dfdb660f42b7 /gen/prop/suc | |
parent | a1749aa9bbe5abc10bde30b2bf1210091e0ee2d4 (diff) |
Remove .txt from Unicode data files
Diffstat (limited to 'gen/prop/suc')
-rwxr-xr-x | gen/prop/suc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gen/prop/suc b/gen/prop/suc index 8a53060..1ae4ad4 100755 --- a/gen/prop/suc +++ b/gen/prop/suc @@ -50,4 +50,4 @@ END { print "\treturn ch < lengthof(lookup_lat1) ? lookup_lat1[ch] : mlib_lookup_kv(ch);" print "}" } -' data/UnicodeData.txt +' data/UnicodeData |