I have a file that geany tells me is a UTF-8 file but with characters like:
ù instead of ù
and so on. That's because 0xC3 + 0xB9 are considered two characters instead of just U+00F9, right? With geany the encoding of the file is already UTF-8, if I switch to ISO-8859 of course I don't get corrected characters.
Is there like a bash command, java class, ruby module or a magic potion that can automatically change this thing without the need to do this by hand?
EDIT:
If i try to switch I can't save the file because I have errors like:
Error message: Invalid byte sequence in conversion input The error occurred at "€" (line: 1389, column: 46).