13
votes
4answers
210 views

Non-ASCII characters in Biblatex

I am using biblatex with backend=biber and the following .bib file: @article{concellon_synthesis_2006, title = {Synthesis of Enantiopure ({αS,βS)-} or ({αR,βS)-β-Amino} Alcohols by Complete ...
4
votes
1answer
189 views

Unicode characters do not appear in IEEE style bibliography

I cannot get Unicode characters to appear in the IEEE style bibliography with biblatex and biber. Shown below are minimal working examples. \documentclass[journal]{IEEEtran} \usepackage[style=ieee, ...
1
vote
0answers
383 views

biblatex biber non-latin (cyrillic) UTF-8 names [closed]

I am back where I was when I switched from stock bibtex to biblatex-biber: (cyrillic) non-latin UTF-8 names in the bibliography. It's why I started using biber in the first place, the same would ...
2
votes
1answer
190 views

a way to use bibliography utf8 @string entry keys

Any suggestions how to allow UTF-8 @string macros in the mwe.bib file? [lines 537-539] @string{ Uà = {Università} #. } @string{ Uàdi = Uà#di ...
2
votes
2answers
829 views

Biber writes incorrect unicode encoding of \'\i

Biber seems to be writing some strange unicode characters when reading bib entries where the accented character í has been entered as \'\i. This causes compilation to break when using pdflatex (and ...