fix_encoding
Detects and repairs encoding issues in files, fixing BOM, broken UTF-8, and cp1252 artifacts commonly found on Windows.
Instructions
Fix encoding issues: detect and repair BOM, broken UTF-8, cp1252 artifacts. Common on Windows.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the file | |
| dry_run | No | true = analyze only, false = write fixed file |