Skip to content

Fix contract test UTF-8 encoding for Windows compatibility#27

Merged
amavashev merged 2 commits intomainfrom
claude/analyze-codebase-metrics-9Uqs6
Mar 28, 2026
Merged

Fix contract test UTF-8 encoding for Windows compatibility#27
amavashev merged 2 commits intomainfrom
claude/analyze-codebase-metrics-9Uqs6

Conversation

@amavashev
Copy link
Copy Markdown
Contributor

The YAML spec file contains non-ASCII characters that fail to decode on Windows with the default cp1252 encoding. Explicitly open with encoding="utf-8".

claude added 2 commits March 28, 2026 12:48
The YAML spec file contains non-ASCII characters that fail to decode
on Windows with the default cp1252 encoding. Explicitly open with
encoding="utf-8".
@amavashev amavashev merged commit f61073f into main Mar 28, 2026
3 checks passed
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