powershell-utf8-fixer
✓Windows에서 한국어 및 기타 비ASCII 문자가 잘못 표시되도록 하는 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.
Windows에서 한국어 및 기타 비ASCII 문자가 잘못 표시되도록 하는 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이란?
Windows에서 한국어 및 기타 비ASCII 문자가 잘못 표시되도록 하는 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에서 사용할 수 있습니다
소스 저장소는 어디인가요?
https://github.com/mineru98/skills-store
상세
- 카테고리
- </>개발 도구
- 출처
- skills.sh
- 최초 등록
- 2026-02-01