I ran prince on an XHTML file and got an error message:
the encoding is really not UTF-8, however, I have encoding information in the HTML file:
and in the CSS file linked from the HTML file:
and I still get this error.
What should I do to define the encoding properly?
prince: www/za/productdefinition/draft-backup-only-06-06-14.html:9: error: Input is not proper UTF-8, indicate encoding ! Bytes: 0xE4 0xE2 0xE3 0xF8
the encoding is really not UTF-8, however, I have encoding information in the HTML file:
<meta http-equiv='Content-Type' content='text/html; charset=windows-1255' />
and in the CSS file linked from the HTML file:
@charset "windows-1255";
and I still get this error.
What should I do to define the encoding properly?