I use biblatex with biber. My bibliography is automatically exported by Zotero. My editor is texmaker on debian. Unfortunately characters are included into the bib file latex is unable to decode. I get the Error:
! Package inputenc Error: Unicode char \u8: not set up for use with LaTeX.
How can I find the bad character, or what else can I do to prevent the problem?
Edit: My Preamble
\documentclass[a4paper, 12pt]{scrreprt}
\usepackage[ngerman,english]{babel}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{newunicodechar,textgreek}
\usepackage{csquotes}
\usepackage{setspace}
\onehalfspacing
\usepackage{graphicx}
\usepackage{booktabs}
\usepackage{array}
\usepackage{tabularx}
\usepackage{rotating}
\usepackage[table]{xcolor}
\usepackage{biocon}
\usepackage[english]{varioref}
\usepackage[
style=authoryear,
backend=biber,
isbn=false,
doi=false,
url=false,
maxcitenames=2,
maxbibnames=7,
minbibnames=5,
uniquename=false,
uniquelist=false,
firstinits=true
]
{biblatex}
\usepackage[utf8]{inputenc}. – Sverre Aug 13 '14 at 13:48:)– Sverre Aug 13 '14 at 14:04