| ... | @@ -147,9 +147,6 @@ pub usingnamespace common.Main(struct { | ... | @@ -147,9 +147,6 @@ pub usingnamespace common.Main(struct { |
| 147 | const g = std.mem.trim(u8, it.next().?, " "); | 147 | const g = std.mem.trim(u8, it.next().?, " "); |
| 148 | const g2 = try std.mem.replaceOwned(u8, alloc, g, " ", "_"); | 148 | const g2 = try std.mem.replaceOwned(u8, alloc, g, " ", "_"); |
| 149 | | 149 | |
| 150 | try common.stringToEnum(@import("../src/lib.zig").arabic_shaping.Joining.Type, t); | | |
| 151 | try common.stringToEnum(@import("../src/lib.zig").arabic_shaping.Joining.Group, g2); | | |
| 152 | | | |
| 153 | try writer.print(" .{{ .codepoint = 0x{s}, .schematic_name = \"{s}\", .joining_type = .{s}, .joining_group = .{s} }},\n", .{ c, n, t, g2 }); | 150 | try writer.print(" .{{ .codepoint = 0x{s}, .schematic_name = \"{s}\", .joining_type = .{s}, .joining_group = .{s} }},\n", .{ c, n, t, g2 }); |
| 154 | return true; | 151 | return true; |
| 155 | } | 152 | } |