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 {...@@ -10,7 +10,6 @@ pub usingnamespace common.Main(struct {
10 \\pub const IndicPositionalCategory = struct {10 \\pub const IndicPositionalCategory = struct {
11 \\ code: u21,11 \\ code: u21,
12 \\ category: enum {12 \\ category: enum {
13 \\ NA,
14 \\ Right,13 \\ Right,
15 \\ Left,14 \\ Left,
16 \\ Visual_Order_Left,15 \\ Visual_Order_Left,
src/indic_positional_category.zig-1
...@@ -8,7 +8,6 @@...@@ -8,7 +8,6 @@
8pub const IndicPositionalCategory = struct {8pub const IndicPositionalCategory = struct {
9 code: u21,9 code: u21,
10 category: enum {10 category: enum {
11 NA,
12 Right,11 Right,
13 Left,12 Left,
14 Visual_Order_Left,13 Visual_Order_Left,