Fix Encoding
cc_fix_encodingFix character encoding errors (Mojibake, double UTF-8) in files, with dry-run and backup options. Supports 27+ patterns for German, French, Spanish.
Instructions
Repairs encoding errors (Mojibake, double UTF-8).
Args:
path (string): Path to the file
dry_run (boolean): Preview only
create_backup (boolean): Create backup
Repairs 27+ Mojibake patterns (German, French, Spanish).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the file | |
| dry_run | No | Preview only | |
| create_backup | No | Create backup |