![](https://secure.gravatar.com/avatar/2ffcba972651c47fd5edcfd3195c0222.jpg?s=120&d=mm&r=g)
Hello, I am confronted with difficulties to understand why do I get this strage error then compile the attached document? And how to fix it? ! String contains an invalid utf-8 sequence. l.1 \setuppublicationlist[samplesize={ ─A},totalnumber=1] Thank you, Marius
![](https://secure.gravatar.com/avatar/565476157eb3895a9c928ffce26d988d.jpg?s=120&d=mm&r=g)
Marius wrote:
Hello,
I am confronted with difficulties to understand why do I get this strage error then compile the attached document? And how to fix it?
! String contains an invalid utf-8 sequence. l.1 \setuppublicationlist[samplesize={ ─A},totalnumber=1]
Bibtex doesn't support utf-8 at all, which is why it breaks breaks up the Č into two bytes, and then only uses the leading byte in the samplesize. A working workaround is tu use {\Ccaron} in the bib file instead of the literal character. Best wishes, Taco
participants (2)
-
Marius
-
Taco Hoekwater