For my thesis, I use biblatex for the bibliography.
As seen here, biblatex is not compatible, with \usepackage[utf8x]{inputenc}. It was reported as close but I still have the same problem with my version of bibtex (last one on archlinux 2011.24688-1). I want to use the € symbol inside my report but it fails without utf8.
! Package biblatex Error: Incompatible package 'ucs'.
See the biblatex package documentation for explanation.
Type H <return> for immediate help.
...
l.7 \begin{document}
Any idea idea how to fix ?
\documentclass{report}
\usepackage[utf8x]{inputenc}
\usepackage{biblatex}
\bibliography{includes/mybib}{}
\begin{document}
X said Y \cite{bib1}
\printbibliography
\end{document}
and the file mybib
@online { bib1,
title = {Refrence title},
author = {X},
url = {http://site.com/y}}