1. Restore a garbled accented word
Data analystBackground
An exported record displays the French word "café" as "café" because UTF-8 bytes were read as Latin-1.
Problem
Recover the readable accented text without manually testing encoding combinations.
How to use
Paste "café" into the Garbled text field and leave Repair chain set to Auto.
text: "café"; chain: "auto"Outcome
The tool identifies the clean repair and returns "café".