Comment 3 for bug 1228905

Revision history for this message
AlexB (halexjb) wrote :

html2text would not help this problem as far as I know, as it does not escape curly braces and quotations, which are special marks in bibtex.

I escaped the curly braces with a backslash, but it didn't work, at least using jabref. So maybe jabref isn't escaping properly either. The answer would be to either strip the curly braces, or escape curly braces that don't match, i.e. { or } separately, but not {}. Then the escaping issue would have to be picked up by jabref.

The problem is similar to this:
https://github.com/zotero/translators/pull/504