summaryrefslogtreecommitdiff
path: root/src/unicode/props_table.zig
AgeCommit message (Collapse)Author
2025-09-23move tests over to _uucode.zig files to avoid needing deps for vt testsJacob Sandlund
2025-09-23Fix mergeJacob Sandlund
2025-09-23Merge remote-tracking branch 'upstream/main' into jacob/uucodeJacob Sandlund
2025-09-20unicode: isolate properties, tables, and ziglyph into separate filesMitchell Hashimoto
This makes it cleaner to add new sources of table generation and also avoids inadvertently depending on different modules (despite Zig's lazy analysis). This also fixes up terminal to only use our look up tables which avoids bringing ziglyph in for the terminal module.