summaryrefslogtreecommitdiff
path: root/src/unicode/main.zig
AgeCommit message (Expand)Author
2025-09-20unicode: delete props.zig and clean up symbols deps tooMitchell Hashimoto
2025-09-20unicode: isolate properties, tables, and ziglyph into separate filesMitchell Hashimoto
2025-09-05drop the new LUT type as no performance advantage detectedJeffrey C. Ollie
2025-09-05add two LUT-based implementations of isSymbolJeffrey C. Ollie
2024-02-10terminal: only apply VS15/16 to emojiMitchell Hashimoto
2024-02-09unicode: use packed struct for break stateMitchell Hashimoto
2024-02-09unicode: remove unusedMitchell Hashimoto
2024-02-09unicode: direct port of ziglyph to startMitchell Hashimoto
2024-02-08unicode: generate our own lookup tablesMitchell Hashimoto