I am trying to make names with special Danish characters in email addresses look right in the email the address in a hyperref link in the document compiled to PDF. I have attempted:
\documentclass{article} \usepackage[T1]{fontenc} \usepackage[utf8]{inputenc} \usepackage[unicode]{hyperref} \begin{document} \href{mailto:Ole-Bent Kjær <[email protected]>}{some.address}@some.domain.dk \end{document} I found and tried this answer: http://stackoverflow.com/a/4697003/865169https://stackoverflow.com/a/4697003/865169 and this: https://tex.stackexchange.com/a/111796/13780 to fix it, with no luck. The link in the resulting PDF file turns out mailto:Ole-Bent Kj\T1\ae r <[email protected]>. Is this a PDF problem that I cannot solve from LaTeX?