Hello, How can I get a diaresis in a url with \goto? This is, what I've tried: \setupinteraction[state=start] \def\gotoURL#1{\tt\goto{#1}[url(#1)]} \starttext \gotoURL{http://test.com/test#test} \gotoURL{http://test.com/test\#test} \gotoURL{http://test.com/test\string#test} \gotoURL{http://test.com/test\textdiaresis test} \stoptext Cheers, Peter -- Contact information: http://pmrb.free.fr/contact/
Peter Münster wrote:
Hello,
How can I get a diaresis in a url with \goto?
This is, what I've tried:
\setupinteraction[state=start] \def\gotoURL#1{\tt\goto{#1}[url(#1)]} \starttext \gotoURL{http://test.com/test#test} \gotoURL{http://test.com/test\#test} \gotoURL{http://test.com/test\string#test} \gotoURL{http://test.com/test\textdiaresis test} \stoptext
in mkiv .. just utf8 ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
On Thu, 11 Jun 2009, Hans Hagen wrote:
Peter Münster wrote:
Hello,
How can I get a diaresis in a url with \goto?
This is, what I've tried:
\setupinteraction[state=start] \def\gotoURL#1{\tt\goto{#1}[url(#1)]} \starttext \gotoURL{http://test.com/test#test} \gotoURL{http://test.com/test\#test} \gotoURL{http://test.com/test\string#test} \gotoURL{http://test.com/test\textdiaresis test} \stoptext
in mkiv .. just utf8
Excuse me, I mixed up diaeresis with the number sign... So here the real question: How can I get a number sign in a url with \goto? Cheers, Peter P.S.: You have a little spelling error at line 247 in enco-uc.tex: \definecharacter textdiaresis {\uchar0{168}} -- Contact information: http://pmrb.free.fr/contact/
participants (2)
-
Hans Hagen
-
Peter Münster