46: @charset declared in embedded file or quotation block

You declared a character encoding using @charset in an embedded Aneamal file like this:

[a]
|@ charset: …

or in a quotation block like this:

>@ charset: …

But embedded files and quotation blocks must use the same character encoding, UTF-8, as the file they are embedded in. They must not declare an own character encoding.

Solution

Remove the character encoding declaration from your embedded file or quotation block. Always save your Aneamal files using the character encoding UTF-8 (without byte order mark).