powershell-utf8-fixer
✓檢測並修復導致韓語和其他非 ASCII 字符在 Windows 上顯示不正確的 PowerShell 腳本編碼問題。在以下情況下使用:(1) PowerShell 腳本顯示亂碼韓語/非 ASCII 文本,(2) 創建包含非 ASCII 內容的新 .ps1 文件,(3) 在提交 PowerShell 腳本之前驗證編碼,或 (4) 對 PowerShell 輸出中的字符顯示問題進行故障排除。
SKILL.md
PowerShell on Windows requires UTF-8 with BOM encoding for scripts containing non-ASCII characters (Korean, Chinese, Japanese, emoji, etc.). Without the BOM (Byte Order Mark), PowerShell interprets the file using the system's default encoding (typically CP949 on Korean Windows), causing character display issues.
This ensures the file is saved with UTF-8 BOM from the start.
Adds UTF-8 BOM to PowerShell files that don't have it.
檢測並修復導致韓語和其他非 ASCII 字符在 Windows 上顯示不正確的 PowerShell 腳本編碼問題。在以下情況下使用:(1) PowerShell 腳本顯示亂碼韓語/非 ASCII 文本,(2) 創建包含非 ASCII 內容的新 .ps1 文件,(3) 在提交 PowerShell 腳本之前驗證編碼,或 (4) 對 PowerShell 輸出中的字符顯示問題進行故障排除。 來源:mineru98/skills-store。
可引用資訊
為搜尋與 AI 引用準備的穩定欄位與指令。
- 安裝指令
npx skills add https://github.com/mineru98/skills-store --skill powershell-utf8-fixer- 分類
- </>開發工具
- 認證
- ✓
- 收錄時間
- 2026-02-01
- 更新時間
- 2026-02-18
快速解答
什麼是 powershell-utf8-fixer?
檢測並修復導致韓語和其他非 ASCII 字符在 Windows 上顯示不正確的 PowerShell 腳本編碼問題。在以下情況下使用:(1) PowerShell 腳本顯示亂碼韓語/非 ASCII 文本,(2) 創建包含非 ASCII 內容的新 .ps1 文件,(3) 在提交 PowerShell 腳本之前驗證編碼,或 (4) 對 PowerShell 輸出中的字符顯示問題進行故障排除。 來源:mineru98/skills-store。
如何安裝 powershell-utf8-fixer?
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/mineru98/skills-store --skill powershell-utf8-fixer 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code 或 Cursor 中使用
這個 Skill 的原始碼在哪?
https://github.com/mineru98/skills-store
詳情
- 分類
- </>開發工具
- 來源
- skills.sh
- 收錄時間
- 2026-02-01