1. Repair UTF-8 mojibake
Content editorBackground
A text snippet contains incorrectly decoded accented characters, including "Café déjà vu".
Problem
The text is difficult to read and needs a reversible local repair.
How to use
Paste the text, keep Source Encoding set to Automatic Detection, choose Automatic Mojibake Repair, preserve newlines, and enable Remove BOM.
sourceEncoding: auto; repairMode: auto; newlineMode: preserve; removeBom: trueOutcome
The JSON result includes repairedText as "Café déjà vu" with a mojibakeScoreAfter of 0.