[texhax] !Package utf8x Error: MalformedUTF-8sequence

Dan Hatton vi5u0-texhax at yahoo.co.uk
Thu Nov 27 16:37:27 CET 2008


Dear All,

There follows a minimal example of a LaTeX document and BibTeX
database, which fail to compile with the error message

! Package utf8x Error: MalformedUTF-8sequence.

Any ideas how to proceed, please?

Thanks,

Dan

The LaTeX document:

\documentclass[landscape,twocolumn]{article}

\usepackage{ucs}
\usepackage[T2A]{fontenc}
\usepackage[utf8x]{inputenc}

\usepackage[german, finnish, russian, russianb, french,
english]{babel}

\usepackage{natbib}

\begin{document}

\title{sometitle}

\author{someoneorother}

\maketitle{}

\section{Introduction}

\citep{Doronin:1959:VNM}

\bibliographystyle{abbrvnat}
\bibliography{oneitem}

\end{document}

The BibTeX database oneitem.bib:

@ARTICLE{Doronin:1959:VNM,
author="Ю. П. Доронин",
title="К Вопросу о Нарастанин Морского Льда",
journal="Пробл. Аркт. Антаркт.",
year=1959,
number=1,
pages="73--80",
location="SPRI Library: journals"
}


More information about the texhax mailing list