detect_encoding_issues
Analyzes files for encoding mismatches, byte order marks, and non-UTF encodings that create cross-platform compatibility issues.
Instructions
Detect file encoding issues that may cause cross-platform problems
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Directory or file path to analyze | |
| checkBOM | No | Check for BOM (Byte Order Mark) issues | |
| preferredEncoding | No | Preferred file encoding | UTF-8 |