Closed logological closed 7 years ago
Biber always decodes as many macros as it can into UTF-8 equivalents so that sorting works properly - sometimes this isn't quite right and the whole conversion system is tunable by the user but I think that this perhaps should be a default exception. Fixed in biber DEV 2.8 (you'll need biblatex DEV 3.8 to use this).
Biber converts all instances of
\textunderscore
in BibTeX fields to_
, which causes problems downstream. Example:Result of running pdflatex:
I don't know why Biber does this conversion, but quite possibly it shouldn't. (Plain BibTeX itself doesn't, and so the above document compiles fine with
backend=bibtex
.)