Linked Questions
12 questions linked to/from Hyperref: Scandinavian characters (æø) don't work in \url, hyperlink is wrong
9 votes
1 answer
2k views
Unicode symbols in hyperref links [duplicate]
EDIT: It looks like this solution \detokenize{} is working in my situation. Mark it for answered. I've searched all over Internet including Stackoverflow, but I can not found a solution in this ...
1 vote
2 answers
3k views
Encoding of umlaute and special characters in \href links [duplicate]
I have a rather big project where I need multiple packages at the same time. I have problems in using "german umlaute" (äöü) and other special characters in \href links. Here is what I have: \...
6 votes
1 answer
975 views
National characters in URLs not working with hyperref [duplicate]
Possible Duplicate: Hyperref: Scandinavian characters (æø) don't work in \url, hyperlink is wrong Consider the following example: \documentclass[a4paper]{article} \usepackage[latin1]...
3 votes
1 answer
1k views
Unicode characters in mailto address hyperref links [duplicate]
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{...
1 vote
0 answers
319 views
Hyperref: Danish ø in `\url` or `\href` doesn't work (appears as \T1\) [duplicate]
Refer to this question and answer. When I compile the file below (encoded in utf-8) with pdflatex, only the middle option produces a working link as opposed to all three in the linked question. In ...
1 vote
3 answers
128 views
Wrong URL generated with special character in hostname of href of hyperref [duplicate]
Special characters in the URL in a hyperref href generates a wrong URL \documentclass{article} \usepackage{hyperref} \begin{document} \href{https://www.målogmæle.dk/MoM-arkiv/MoM_36/MoM36_3.pdf}{En ...
6 votes
1 answer
704 views
Automatically convert CJK Unicode to percent encoding in HREF
I'm using LuaLaTex, TexShop, class Memoir. I'm trying to make a hyperlinked text with the destination URL containing Unicode characters. For example, https://namu.wiki/w/대전역. Manually converting ...
3 votes
2 answers
431 views
How can I have automatic line-breaking for URL containing Unicode characters?
Some URLs include unicode characters. For example https://en.wikipedia.org/wiki/Durbin–Watson_statistics. All (most?) webbrowsers are able to handle such URLs but some PDF viewers (like Mac's Preview ...
5 votes
2 answers
291 views
hyperref fails with c-cedilla in a link
The following forces an error \href{https://fr.wikipedia.org/wiki/Gouvernement_de_la_République_française}{France} replacing or deleting the ç stops the error Error reported: ! Illegal parameter ...
1 vote
2 answers
523 views
Unicode chars in URL with XeLaTeX
I want to print an URL with greek chars (compiling with XeLaTeX), but the below script fails to display the greek chars in the URL (they are displayed as underscores), while if I enclose the greek ...
1 vote
1 answer
527 views
Accents in file path
I'm trying to link to a file in a folder named Códigos. My minimal code looks like this. \documentclass{article} \usepackage{hyperref} \begin{document} \href{run:./Códigos/test.c}{\...
1 vote
1 answer
184 views
hyperref struggles with mixed script url
I have seen questions like this and this but I think my question is different because it is in an RTL environment and uses non-Roman script. I have a url that appears mixed-script in the address bar ...