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/bpb | |
parent | a1749aa9bbe5abc10bde30b2bf1210091e0ee2d4 (diff) |
Remove .txt from Unicode data files
Diffstat (limited to 'gen/prop/bpb')
-rwxr-xr-x | gen/prop/bpb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gen/prop/bpb b/gen/prop/bpb index 52e3a9d..c6fdf5d 100755 --- a/gen/prop/bpb +++ b/gen/prop/bpb @@ -49,4 +49,4 @@ END { print "\treturn ch < lengthof(lookup_lat1) ? lookup_lat1[ch] : mlib_lookup_kv(ch);" print "}" } -' data/BidiBrackets.txt +' data/BidiBrackets |