2: Character encoding mismatch

This error message has been obsolete since version 30 of the Aneamal Translator. Please update to the current version.

Legacy information

You declared a character encoding using @charset or declared no character encoding, which results in UTF-8 being assumed. However, the file is not correctly encoded using this character encoding.

Solution

You can either save your files with your text editor in the character encoding you declared – UTF-8, if you did not declare anything – or declare the character encoding you actually used within the file like this:

@charset: ISO-8859-1

Aneamal only works with ASCII compatible encodings. UTF-8 is highly recommended. If you can choose between UTF-8 with or without byte order mark, choose without BOM.