On Sun, Nov 2, 2014, at 05:51 AM, Partha Bagchi wrote:
I am getting the following error(s?):
Entity: line 22: parser error : Input is not proper UTF-8, indicate encoding ! Bytes: 0xED 0x6C 0x69 0x61 <filetypetooltip>A família de formatos de imagem PNM/PBM/PGM/PPM</filetypetoolti ^
** (inkscape.exe:67052): CRITICAL **: Inkscape::Extension::Extension* Inkscape::Extension::build_from_mem(const gchar*, Inkscape::Extension::Implementation::Implementation*): assertion 'doc != NULL' failed Entity: line 22: parser error : Input is not proper UTF-8, indicate encoding ! Bytes: 0xED 0x6C 0x69 0x61 <filetypetooltip>A família de formatos de imagem PNM/PBM/PGM/PPM</filetypetoolti ^
Does anyone know what line 22 is and how do I fix it?
Built today from revision-13657 Windows 8.1 64bit.
That line appears to be Latin-1 and/or CodePage-1252, and not proper UTF-8. In Latin-1, the character $ED is a lower-case i with an accent mark.
A simple work-around would be to edit the file in question and remove the accented character. Or use notepad and in the save as use "UTF-8" instead of "ANSI".
However... it is very possible that the issue is from one of the in-memory generated inx files. If you don't find a *.inx file with that string, then it's probably time to file a bug.