mirror of
https://github.com/Nikolay-Shirokov/cc-1c-skills.git
synced 2026-07-24 05:31:02 +03:00
Fix Cyrillic encoding in role-info console output
Add [Console]::OutputEncoding = UTF8, matching role-compile and role-validate scripts. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
7aaa9fc070
commit
3a4c1905f4
@@ -7,6 +7,7 @@
|
|||||||
)
|
)
|
||||||
|
|
||||||
$ErrorActionPreference = 'Stop'
|
$ErrorActionPreference = 'Stop'
|
||||||
|
[Console]::OutputEncoding = [System.Text.Encoding]::UTF8
|
||||||
|
|
||||||
# --- Output helper (always collect, paginate at the end) ---
|
# --- Output helper (always collect, paginate at the end) ---
|
||||||
$script:lines = @()
|
$script:lines = @()
|
||||||
|
|||||||
Reference in New Issue
Block a user