I have this document, with problems building my bibliography
\documentclass[12pt, letterpaper]{article}
\usepackage[english, spanish]{babel}
%\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage{csquotes}
\usepackage{xpatch}
\usepackage{filecontents}
\usepackage{hyperref}
\usepackage[backend=biber, citestyle=apa, bibstyle=authoryear-comp, sorting=ynt, url=false, isbn=false, doi=false, language=spanish, firstinits=true, hyperref=true, backref=true, maxcitenames=3, maxbibnames=10, mergedate=basic, firstinits=true, dashed=true]{biblatex}
%\inputencoding{latin1}
\addbibresource{Biblio.bib}
%\inputencoding{utf8}
\begin{document}
\parencite{CoaleDemenyVaughan1983}
\parencite{MacInnesPerezDiaz2008}
\parencite{Levy1993}
\printbibliography
\end{document}
And the bib file is this:
@PhdThesis{PerezDiaz2001,
Title = {Transformaciones sociodemogr{\'a}ficas en los recorridos hacia la madurez. Las generaciones espa{\~n}olas 1906-1945},
Author = {P{\'e}rez D{\'\i}az, Julio},
Type = {Thesis},
Year = {2001},
University = {Universidad Nacional de Educaci{\'o}n a Distancia}
}
@Book{CoaleDemenyVaughan1983,
Title = {Regional Model Life Tables and Stable Populations},
Author = {Coale, Ansley J. and Demeny, Paul and Vaughan, Barbara},
DOI = {http://dx.doi.org/10.1016/B978-0-12-177080-8.50005-6},
Edition = {Second},
ISBN = {978-0-12-177080-8},
Publisher = {Academic Press},
URL = {http://www.sciencedirect.com/science/article/pii/B9780121770808500056},
Year = {1983},
Address = {New York},
Bdsk-url-1 = {http://www.sciencedirect.com/science/article/pii/B9780121770808500056},
Bdsk-url-2 = {http://dx.doi.org/10.1016/B978-0-12-177080-8.50005-6},
Type = {Book}
}
So if I build without the inputenc package its fine, but with it, the first reference doesn work when I try to build the bibliography...Im writing in spanish and I export my references from endnote to jabref...Witch its the best process to avoid this problem????
\'eand\~nhave sense for the old times of BibTeX. Fortunately today, and specially using biblatex you can just write "españolas" and "Pérez" as Ulrike suggest, but be sure that not only the .tex have the utf8 encoding. The .bib file must have it too (In JabRef > File > Database properties, or in some text editor as gedit or pluma > File > Save as ...) . – Fran Dec 18 '15 at 08:37biblatex-apaas discussed in the comments of the other question. – moewe Dec 19 '15 at 16:57\'iand not\'\i. – moewe Dec 28 '15 at 12:15