Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Mojibake repair for double/triple encoded UTF-8. Fixes Windows cp1252/Latin-1 misinterpretations. Zero dependencies.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-05 | ✗→✓ | ▲ Improved | -58% | 0% |
| case-06 | ✗→✓ | ▲ Improved | -52% | 0% |
| case-07 | ✗→✓ | ▲ Improved | -47% | 0% |
| case-11 | ✗→✓ | ▲ Improved | 33% | 0% |
| case-12 | ✗→✓ | ▲ Improved | -72% | 0% |
> 中文 — encoding-fix 官方中文版本。
修复由于 Windows cp1252/Latin-1 误解析导致的乱码(双重/三重 UTF-8 编码)。零依赖 — 仅使用 Python 标准库。
"ue" (U+00FC) -> UTF-8 \xc3\xbc -> read as cp1252 -> "ü"pythonfrom encoding_fix import sanitize_outbound clean = sanitize_outbound("Würge") # -> "Wuerge"
pythonfrom encoding_fix import sanitize_subprocess_output text = sanitize_subprocess_output(process.stdout)
bashpython encoding_fix.py "Würge" # Check a single string python encoding_fix.py # Self-test
Other measured skills in the registry, with their headline benchmark lift.