fix(python): add stdout UTF-8 encoding for Windows compatibility

Python on Windows defaults to cp1251 for piped stdout, which cannot
handle Unicode box-drawing characters used in info/analysis output.
Added sys.stdout.reconfigure(encoding="utf-8") to all 59 Python scripts.

Tested on real config data: epf-init, epf-validate, cf-info, cf-validate,
meta-info, form-info, role-info, skd-info, subsystem-info — all passing.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Nick Shirokov
2026-02-25 16:29:26 +03:00
parent 86a959a354
commit d6abb2b651
59 changed files with 31076 additions and 31006 deletions
File diff suppressed because it is too large Load Diff