Using uucode in a few places where it's easy.

This commit is contained in:
Jacob Sandlund
2025-07-27 18:25:05 -04:00
parent 70bc29f815
commit fb2cab5aee
6 changed files with 16 additions and 19 deletions

View File

@@ -34,10 +34,10 @@ pub fn init(b: *std.Build, cfg: *const Config) !SharedDeps {
\\
\\pub const configs = [_]types.TableConfig{
\\ .override(&config.default, .{
\\ .fields = &.{"case_folding_simple"},
\\ }),
\\ .override(&config.default, .{
\\ .fields = &.{"alphabetic","lowercase","uppercase"},
\\ .fields = &.{
\\ "general_category",
\\ "has_emoji_presentation",
\\ },
\\ }),
\\};
\\