Commit 6cbb791
committed
fix(validate): force UTF-8 stdout so status glyphs survive cp949 consoles
The pass/fail summary prints checkmark and cross glyphs; on legacy Windows
consoles (cp949) these raise UnicodeEncodeError. Reconfigure stdout to UTF-8
best-effort before printing.1 parent cff705d commit 6cbb791
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
242 | 242 | | |
243 | 243 | | |
244 | 244 | | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
245 | 250 | | |
246 | 251 | | |
247 | 252 | | |
| |||
0 commit comments