[R] PDF & Hyperlink with "-" inside

Sascha41 sascha.ringel at web.de
Thu Mar 10 16:45:25 CET 2011


Hello,
I'm trying to create some pdf-File via R containing hyperlink, which has in
the adress the "minus"-character used.

Example:
pdf(file="C:/R/test.pdf",width=11.69,height=8.27, onefile = TRUE)
plot.new()
mtext("http://www.sz-online.de", side=1, line=-2, cex=0.7)
dev.off()

pdf-file will be created correctly, also the hyperlink shows up in a correct
way, but when clicking on it I get the following addres in the
Internet-Explorer:
http://www.sz%e2%88%92online.de/

which means that the "-" is replaced by "%e2%88%92". Does anybody have an
idea how to overcome that?

Thank you so much & best regards,
Sascha


--
View this message in context: http://r.789695.n4.nabble.com/PDF-Hyperlink-with-inside-tp3346140p3346140.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list