Skip to content

Mark Chrome bridge script as explicit UTF-8#14

Open
OgeonX-Ai wants to merge 1 commit into
masterfrom
codex/fix-ps51-encoding
Open

Mark Chrome bridge script as explicit UTF-8#14
OgeonX-Ai wants to merge 1 commit into
masterfrom
codex/fix-ps51-encoding

Conversation

@OgeonX-Ai

@OgeonX-Ai OgeonX-Ai commented Jul 13, 2026

Copy link
Copy Markdown
Contributor

Summary\nMarks BOM-less PowerShell files containing non-ASCII characters as UTF-8 with BOM so Windows PowerShell 5.1 parses them deterministically.\n\n## Changes\n- Add UTF-8 BOM encoding without changing script behavior\n- Preserve existing non-ASCII text exactly\n\n## Why\nPowerShell 5.1 otherwise reads BOM-less scripts through the legacy ANSI/OEM code page.\n\n## Validation\n- PowerShell AST parsing passed for every changed script\n- Root workspace-health Pester suite: 12 passed\n- Git diff whitespace validation passed\n\n## Risks\nEncoding-only change. No runtime logic changed.\n\n## Related\nWorkspace-health non-ascii-ps1 cleanup.\n\n## Reviewer notes\nReview as an encoding-only diff; the visible line replacement is the BOM boundary.

@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.
To continue using code reviews, you can upgrade your account or add credits to your account and enable them for code reviews in your settings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants