Skip to content

Conversation

stenyin
Copy link

@stenyin stenyin commented Sep 24, 2025

Ensure file read/write operations in update-agent-context.ps1 use UTF-8 encoding for better compatibility.

@Copilot Copilot AI review requested due to automatic review settings September 24, 2025 13:51
@stenyin stenyin requested a review from localden as a code owner September 24, 2025 13:51
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds UTF-8 encoding to file read/write operations in the update-agent-context.ps1 PowerShell script to ensure better compatibility when handling files that may contain special characters or international text.

  • Adds -Encoding utf8 parameter to all Get-Content cmdlets
  • Adds -Encoding utf8 parameter to all Set-Content cmdlets

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

elTorres added a commit to elTorres/spec-kit that referenced this pull request Sep 25, 2025
Add UTF-8 encoding to file operations in update-agent-context.ps1 github#547
@Copilot Copilot AI review requested due to automatic review settings September 27, 2025 21:48
@stenyin stenyin closed this Sep 27, 2025
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.


Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@stenyin stenyin reopened this Sep 27, 2025
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.

1 participant