I've recently switched from pdflatex to xelatex for compiling my thesis. Now when I switched my large document worked pretty much fine, and then I could start using the nice font features of xelatex.
However, one thing that keeps appearing in the log output of xelatex is:
There is no indication of where these lines are coming from, and it might be quite hard for me to create a simple test case as I have a huge document, and I wouldn't know where to begin.** WARNING ** Failed to convert input string to UTF16...
** WARNING ** Failed to convert input string to UTF16...
** WARNING ** Failed to convert input string to UTF16...
** WARNING ** Failed to convert input string to UTF16...
So, has anyone seen this message before, and know what it means? Or does anyone know how I can make XeLaTeX give me more information. For example "Failed to convert input string on line 10".
thanks