## Problem `app.validate` prints the pass/fail summary with check/cross glyphs; on legacy Windows consoles (cp949) these raise `UnicodeEncodeError`. ## Fix Best-effort reconfigure stdout to UTF-8 before printing the summary. File: `app/validate.py`
Problem
app.validateprints the pass/fail summary with check/cross glyphs; on legacy Windows consoles (cp949) these raiseUnicodeEncodeError.Fix
Best-effort reconfigure stdout to UTF-8 before printing the summary.
File:
app/validate.py