Files
cs249r_book/tinytorch/tito
Vijay Janapa Reddi 64ea816f85 fix(console): disable legacy Windows console for emoji support
Rich's legacy Windows console rendering uses cp1252 encoding which
doesn't support emoji characters. Setting legacy_windows=False makes
Rich use ANSI escape codes instead, which work in modern Windows
Terminal, Git Bash, and most terminal emulators.
2026-01-26 08:56:22 -05:00
..