summaryrefslogtreecommitdiff
path: root/src/unicode/symbols_uucode.zig
AgeCommit message (Collapse)Author
2025-10-03unicode: fix lookup table generationMitchell Hashimoto
2025-09-30nuke ziglyph from orbitMitchell Hashimoto
Since we now use uucode, we don't need ziglyph anymore. Ziglyph was kept around as a test-only dep so we can verify matching but this is complicating our Zig 0.15 upgrade because ziglyph doesn't support Zig 0.15. Let's just drop it.
2025-09-23move tests over to _uucode.zig files to avoid needing deps for vt testsJacob Sandlund
2025-09-23Fix mergeJacob Sandlund