I've discovered problems with bibtex parsing at LyX startup if the abstract 
field contains unicode characters: the failure is soft (I see a message on 
stderr) and the document is loaded but most of the entries in the bibtex 
database associated with the document are not available during 
Insert->Citation.

Is my issue related to this one? Should I file a new bug or file a comment 
with this issue?

Any hints on what the fix might be? I could try looking into it if others are 
busy.

Thanks,
Manoj



On Friday 12 February 2010 07:15:02 am Jürgen Spitzmüller wrote:
> http://www.lyx.org/trac/ticket/6534
>
> This post on lyx-docs
> http://marc.info/?l=lyx-docs&m=126595372224033&w=2
>
> pointed me towards various unicode problems in the bibitem inset. Two
> issues:
>
> 1. if the label of a bibitem has a unicode glyph that is unknown to the
> output encoding, this has to be transformed to proper LaTeX.
>
> 2. if the key has a unicode glyph, this needs to be escaped both in the
> bibitem and the citation macros.
>
> Currenty, a unicode glyph (outside the output file's encoding) either in
> the label or in the key yields a silent iconv error (the document is not
> output, but the user gets no warning either).
>
> The attached patch against branch solves both issues.
>
> Objections, comments?
> Jürgen

Reply via email to