\autocite
and \printbibliography
lines:My TeX code:! Package inputenc Error: Unicode character (U+0080)
(inputenc) not set up for use with LaTeX.
! Package inputenc Error: Unicode character (U+0099)
(inputenc) not set up for use with LaTeX.
Code: Select all
\documentclass{book}
\usepackage[utf8]{inputenc}
\usepackage[notes,strict,backend=biber,autolang=other,%
bibencoding=latin1,booklongxref=false,compresspages]{biblatex-chicago}
\addbibresource{biblio.bib}
\begin{document}
Test.\autocite{gs:pci}
\printbibliography
\end{document}
@Online{gs:pci,
title = {Translation: Chapter 1 of Simondon’s Psychic and Collective Individuation},
organization = {Speculative Heresy},
url = {http://speculativeheresy.wordpress.com/2008/10/06/translation-chapter-1-of-simondons-psychic-and-collective-individuation/},
urldate = {2008-10-06},
shorttitle = {Chapter 1 of Simondon},
}
I've tried erasing each line of the bib entry separately to pin-point the problem, but I seem to get an error every time regardless. I appreciate any tips you can share on resolving this issue!