I received a bunch of CSV files from a client (that appear to be a database dump), and many of the columns have weird characters like this:
- Alain Lefèvre
- Angèle Dubeau & La PietÃÂÂ
That's seems like an awful lot of characters to represent an é. Does anyone know what encoding would produce that many characters for é? I have no idea where they're getting these CSV files from, but assuming I can't get them in a better format, how would I convert them to something like UTF-8?