the package trackchanges doesn't seem to work with utf8 encoding. Did somebody encounter the same problem? Does anybody have a solution ?
Minimal example :
\documentclass[12pt]{article}
\usepackage[utf8]{inputenc}
\usepackage{trackchanges}
\begin{document}
text \remove{öäü}
\end{document}
The compilation error :
! Argument of \UTFviii@two@octets has an extra }.
<inserted text>
\par
l.6 text \remove{öäü}
I've run across a `}' that doesn't seem to match anything.
Wit oau instead of öäü, it works of course.
latexdiff. – Martin Scharrer♦ Dec 22 '11 at 22:12