Forbid Batak killers after vowel signs
diff --git a/src/gen-use-table.py b/src/gen-use-table.py
index 4ded542..bbcaaf8 100755
--- a/src/gen-use-table.py
+++ b/src/gen-use-table.py
@@ -297,6 +297,9 @@
if U == 0x17DD: UISC = Vowel_Dependent
if 0x1CE2 <= U <= 0x1CE8: UISC = Cantillation_Mark
+ # TODO: https://github.com/harfbuzz/harfbuzz/pull/627
+ if 0x1BF2 <= U <= 0x1BF3: UISC = Nukta; UIPC = Bottom
+
# TODO: U+1CED should only be allowed after some of
# the nasalization marks, maybe only for U+1CE9..U+1CF1.
if U == 0x1CED: UISC = Tone_Mark