Skip to content
This repository was archived by the owner on Jul 16, 2026. It is now read-only.

🩹 [Patch]: Encode all PowerShell files using UTF8 with BOM#118

Merged
Marius Storhaug (MariusStorhaug) merged 1 commit into
mainfrom
UTF8BOM
Oct 12, 2025
Merged

🩹 [Patch]: Encode all PowerShell files using UTF8 with BOM#118
Marius Storhaug (MariusStorhaug) merged 1 commit into
mainfrom
UTF8BOM

Conversation

@MariusStorhaug

Copy link
Copy Markdown
Member

Description

This pull request makes a minor change to the Planets.ps1 files in both test repositories. The only update is the addition of a Unicode Byte Order Mark (BOM) at the beginning of each file to ensure proper encoding.

  • Added a Unicode BOM to the start of Planets.ps1 in both srcTestRepo and srcWithManifestTestRepo to enforce UTF-8 encoding.

Copilot AI review requested due to automatic review settings October 12, 2025 11:44

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 Byte Order Mark (BOM) encoding to PowerShell test files to ensure proper character encoding. The change involves adding a Unicode BOM character at the beginning of two Planets.ps1 files.

  • Added UTF-8 BOM to PowerShell files for consistent encoding
  • Updated test repository files to include proper encoding headers

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
tests/srcWithManifestTestRepo/src/variables/public/Planets.ps1 Added UTF-8 BOM to enforce proper encoding
tests/srcTestRepo/src/variables/public/Planets.ps1 Added UTF-8 BOM to enforce proper encoding

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

@MariusStorhaug
Marius Storhaug (MariusStorhaug) merged commit f84654d into main Oct 12, 2025
19 of 22 checks passed
@github-project-automation github-project-automation Bot moved this from 🆕 New to ✅ Done in PSModule Framework Oct 12, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

No open projects
Status: ✅ Done

Development

Successfully merging this pull request may close these issues.

2 participants