On 2017-05-03, Kornel Benko wrote:
> Am Mittwoch, 3. Mai 2017 um 21:20:11, schrieb Guenter Milde 
> <mi...@users.sf.net>
>> On 2017-04-30, Scott Kostyshak wrote:

>> > On current master if I do:

>> >   ctest -R "id_UserGuide_pdf2"

>> > I get a failed export, and iconv errors such as:

>> >   Error 84 returned from iconv when converting from UCS-4LE to
>> >   ISO-8859-15: Invalid or incomplete multibyte or wide character

>> > I do not get the error when exporting in the GUI or when exporting on
>> > the command line.

>> > Can anyone else reproduce the test failure or is it something specific
>> > on my machine?

>> The test fails here, too:

> ...

>> Could be some strange CTest-script rewriting.

> I am confident it is not.
...

OK, so we can rule this out.

>> What happens if you use command line export "per hand"?

This time I did get an error when exporting from the GUI (as well as command
line):

 Error 84 returned from iconv when converting from UCS-4LE to ISO-8859-15: 
Invalid or incomplete multibyte or wide character
 ...
 Stopped at: 0x2018
 ...

I checked 0x2018, it's the LEFT SINGLE QUOTATION MARK ‘.

This appears 2 times in id_UserGuide.lyx:

  28091: description "The quote sign is output by writing ‘ \"\"\"\" '"
  43702:  It is recommended that you always include ‘.' as one of the paths; 
otherwise

The first one is in a description in a "CommandInset nomenclature" and is
not found with "Search" in LyX.

The minimal example is just a copy of the nomenclature inset in a document
with an encoding not supporting ‘.

Actually, its a general problem with unencodable characters in a
nomenclature inset - should be reported as lyxbug (if not already done).

I fixed attic/id_UserGuide and added a minimal, specific test case to the
"dedicated autotest documents".

Günter

Reply via email to