v5.3.1
🩹 [Patch]: Encode all PowerShell files using UTF8 with BOM (#231)
Description
This pull request updates several PowerShell script files across the project. The main change is the addition of a Unicode Byte Order Mark (BOM) at the beginning of each file, which can help ensure proper encoding and compatibility, especially on Windows systems. No functional code changes have been made.