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