I have a Bugzilla URL, that looks like this:
http://host/bugzilla/show_bug.cgi?id=1234]
And I would like to include it using \href:
\href{http://host/bugzilla/show_bug.cgi?id=1234}{issue \#1234}
Unfortunately, the above "helpfully" translates the question mark to %3F, i.e. a quoted question mark. I want an actual question mark there.
[Editing to add failing code -- thanks Thorsten and Marco]. Here is an MWE:
\listfiles
\documentclass{article}
\usepackage{hyperref}
\begin{document}
\href{http://host/bugzilla/show_bug.cgi?id=1234}{issue \#1234}
\end{document}
Clicking on the link takes me to http://host/bugzilla/show_bug.cgi%3Fid=1234; but I would like to go to http://host/bugzilla/show_bug.cgi?id=1234.
What should I do?
hyperrefdo you use? – Marco Daniel Jun 12 '11 at 09:21hyperref.sty) or 6.74 (the\ProvidesPackagethere). – ariels Jun 12 '11 at 09:342011/04/17 v6.82g. Maybe an update is helpfully. – Marco Daniel Jun 12 '11 at 09:532011/04/17 v6.82gfrom CTAN, above MWE gives the same results. Note that the difference might show up only upon clicking the link. – ariels Jun 12 '11 at 11:09\urldef-fu help? – Seamus Jun 12 '11 at 11:37