How to Fix Character Encoding Errors in CSV Files
José becoming José is an encoding problem, not a data problem. Here's how to fix it.
Garbled characters in your CSV — accented letters, curly quotes, or boxes — are almost always a character encoding mismatch. Here's how to diagnose the encoding your file is actually using and fix it in Google Sheets, Excel, Python, or the Terminal.