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. ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.