using just get

This commit is contained in:
Jacob Sandlund
2025-08-05 23:59:30 -04:00
parent 8dec520b41
commit 0c393299b0
8 changed files with 29 additions and 31 deletions

View File

@@ -0,0 +1,14 @@
const config = @import("config.zig");
const x = @import("uucode.x.config");
const d = config.default;
pub const tables = [_]config.Table{
.{
.extensions = &.{x.wcwidth},
.fields = &.{
x.wcwidth.field("wcwidth"),
d.field("general_category"),
d.field("has_emoji_presentation"),
},
},
};