Comment 17 for bug 893676

Revision history for this message
Lars Karlitski (larsu) wrote :

Giorgio, you do have the same issue. Your PPD file contains an invalid utf8 sequence at position 18679 (last char in line 429). You can check for invalid utf8 by running

    iconv -f UTF-8 FILENAME

If you know which charset the file is in, you can fix it by running

    iconv -f CHARSET FILENAME > NEW_FILENAME