Ana Conda wrote:
- Geany fails to save a .cpp file if there is a "€" sign in it! The
error message that it gives is: "An error occurred while converting the file from UTF-8 in "ISO-8859-1". The file remains unsaved. Error message: Invalid byte sequence in conversion input" This problem vanishes if I remove the € signs from the file.
You try to save the file in the ISO-8859-1 encoding which does NOT know the Euro sign. Use ISO-8859-15 or keep UTF-8 (which appears to be the original file encoding type)
Best regards Andreas