Non-breaking spaces when exporting to bibtex
hi,
i just had a hard time debugging a failing latex compilation. the reason turned out to be unicode non-breaking space characters present in a bibtex entry that i had exported from zotero to bibtex.
the issue i was having is described here:
http://tex.stackexchange.com/questions/96703/bibtex-error-inputenc-error-unicode-char-u8-not-set-up-for-use-with-latex
while there is a workaround, it seems that bibtex, even when using utf-8 input encoding, does not handle non-breaking space in bib entries well.
i suggest that zotero should sanitize the bibtex export to replace them either with '~' but probably better, with ' '.
an example for an entry that contains the non-breaking spaces:
http://www.sciencedirect.com/science/article/pii/S0006349513058475
(it's in some of the authors' last names)
i just had a hard time debugging a failing latex compilation. the reason turned out to be unicode non-breaking space characters present in a bibtex entry that i had exported from zotero to bibtex.
the issue i was having is described here:
http://tex.stackexchange.com/questions/96703/bibtex-error-inputenc-error-unicode-char-u8-not-set-up-for-use-with-latex
while there is a workaround, it seems that bibtex, even when using utf-8 input encoding, does not handle non-breaking space in bib entries well.
i suggest that zotero should sanitize the bibtex export to replace them either with '~' but probably better, with ' '.
an example for an entry that contains the non-breaking spaces:
http://www.sciencedirect.com/science/article/pii/S0006349513058475
(it's in some of the authors' last names)
Non-breaking spaces work for some tool-chains. In tool chains where the unicode encoding does NOT work, it is highly likely that other characters fail as well.
I keep forgetting what the deal is with encoding on drag&drop -- I think it may remember your last setting, but I'm not sure.