20 Jun
2011
20 Jun
'11
3:09 p.m.
It's a side effect of ~ becoming a utf character for nbsp. I'll change
Yeah, I completely forgot about that, because it was natural in an url.
the definition to:
\unexpanded\edef~{\utfchar{"00A0}}
Then you get this:
\goto{a.c.d/~reviczky}[url(http://a.c.d/~reviczky)]
\goto{\hyphenatedurl{a.c.d/~reviczky}}[url(http://a.c.d/~reviczky)]
Which is what one can expect.
Cheers. Adam