Possible Duplicate:
Using non ASCII characters in author names and titles within hyperref pdfinfo
\documentclass[12pt,a4paper]{mwrep}
\usepackage{polski}
\usepackage[utf8]{inputenc}
\usepackage[hidelinks,unicode,pdftitle=Some title żźćąęśćół]{hyperref}
\begin{document}
Text
\end{document}
How can I make pdftitle correctly generated?
I'm getting (checked with Adobe Reader X):
Sometitle»¹¢¡¦±¢ó
There are no spaces and there are fizzled Polish diacritics. How can this be fixed?
lualatexorxelatexthe Polish diacritics work. I don't how to make it work withpdflatex. – Torbjørn T. Nov 21 '11 at 18:09