Overleaf integration - special characters
I am using overleaf to write a paper and have integrated it with my zotero bibliography, which is going great except for one problem. I am referencing people from around the world, so naturally some of them have special characters in their name (i.e. ü). However, these are not importing properly into overleaf. How can I make this work?
Standard bibtex/overleaf expect ISO-8859 encoding and escaped characters, the Zotero API exports utf-8. Currently the only solution is to force Overleaf to use biber/biblatex to process your citations (see https://twitter.com/chrshmmmr/status/785836223260753920 ). Hopefully, in the medium run, the Zotero API will allow charset specification. Overleaf has indicated that they'd then update their integration.
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
Now it works fine.