Skip to content
Prev 68986 / 398502 Next

"Special" characters in URI

On Tue, 3 May 2005, Gorjanc Gregor wrote:

            
I don't see the relevance to R-help.  But the answer to your subject is 
unambiguous: valid URLs do not contain `special' characters -- they must 
be encoded.  See RFC1738 at e.g. ftp://ftp.funet.fi/pub/doc/rfc/rfc1738.txt

At some point (probably 2.2.0) I intend to ensure that the mapping to 
file:// URLs that is done is a few places is encoded as necessary.  This 
will likely result in a utility function filePathToURL or some such.