mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-03-11 17:49:25 -05:00
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.