>> By the way, XeTeX also breaks, but in a different way. "Računalne >> mreže" becomes "RaÄ“unalne mreže". Same option also doesn't do >> anything. >> >> MkIV works nicely, and I know I should probably be using that, but >> LaTeX with hyperref can do unicode bookmarks in both XeTeX and pdfTeX, >> so it would be really cool if ConTeXt would be able to do it as well. > > Hm, i wonder what goes wrong, so can you make a test file? I was under the > impression that context could do it before latex if only because it was used > to test the <> entries when that feature was added to pdftex so maybe > soemthing got lost (it might also be that some ecodings work better than > others, so let's assume utf) I figured out that loading "\input spec-tst.mkii" before \setupinteraction[state=start] works as expected in MKII (but then - the backward compatibility is broken as well since one would have to load the "tex" version of that file in past). Loading it after doesn't have any influence. It would be really nice if there was some more elegant way to use UTF-8 in bookmarks than \input spec-tst.mkii. For me the bookmarks in XeTeX seem to work fine. Mojca %%% only for pdftex \enableregime [utf-8] \input spec-tst.mkii %%% \setupinteraction [state=start] \placebookmarks [chapter,section,subsection] [chapter,section] \setupinteractionscreen [option=bookmark] \starttext \section{Čisto prva} \page \section{še druga} \page \section{In žadnja} \section{Računalne mreže} \stoptext