utf8-icompatibility ?
Status: Alpha
Brought to you by:
felix_salfner
Hello,
i want to use german letters : äöü ß in trackchanges command, like :
\annote{some german text wit äöü}
For some reason i need to have my tex-file encoded in UTF8. With \usepackage[utf8]{inputenc} the compilation
breaks : (see attachment)
With \usepackage[ansinew]{inputenc}, the copilation works, but the letters äüö are not displayed correctly.
IS there an incompatibility with UTF8 ?
thanks in advance,
Nicolas Roy
it seems that \\usepackage{soulutf8} solves the problem.