convert_file_encoding
Convert file encoding to prevent character issues, supporting UTF-8, CP949, EUC-KR, ASCII with optional backup.
Instructions
파일을 지정된 인코딩으로 변환합니다. 자동 백업 지원.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
backup | No | 원본 파일 백업 여부 | |
directory_path | Yes | 파일이 있는 디렉터리의 절대 경로 | |
file_name | Yes | 변환할 파일명 (예: hello.cpp, test.h) | |
target_encoding | No | 목표 인코딩 | utf-8-bom |