authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2022-12-22 11:47:19 -08:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2022-12-22 11:47:19 -08:00
log7367d54b1422d49287375412331ee27f3feddef3
treec573ce11d40ce0d8b4e31f15eceb0a255e666a77
parent936336c856f9f89d1b966dce62a20a2e6fa43911

IndicPositionalCategory: remove NA category


2 files changed, 0 insertions(+), 2 deletions(-)

scripts/IndicPositionalCategory.zig-1
......@@ -10,7 +10,6 @@ pub usingnamespace common.Main(struct {
1010 \\pub const IndicPositionalCategory = struct {
1111 \\ code: u21,
1212 \\ category: enum {
13 \\ NA,
1413 \\ Right,
1514 \\ Left,
1615 \\ Visual_Order_Left,
src/indic_positional_category.zig-1
......@@ -8,7 +8,6 @@
88pub const IndicPositionalCategory = struct {
99 code: u21,
1010 category: enum {
11 NA,
1211 Right,
1312 Left,
1413 Visual_Order_Left,