The R Project SVN R

Rev

Rev 67896 | Rev 67899 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 67896 Rev 67898
Line 29... Line 29...
29
  In addition, \samp{! $ & ' ( ) * + , ; = : / ? @ # [ ]} are reserved
29
  In addition, \samp{! $ & ' ( ) * + , ; = : / ? @ # [ ]} are reserved
30
  characters, and should be encoded unless used in their reserved sense,
30
  characters, and should be encoded unless used in their reserved sense,
31
  which is scheme specific.  The default in \code{URLencode} is to leave
31
  which is scheme specific.  The default in \code{URLencode} is to leave
32
  them alone, which is appropriate for \samp{file://} URLs, but probably
32
  them alone, which is appropriate for \samp{file://} URLs, but probably
33
  not for \samp{http://} ones.
33
  not for \samp{http://} ones.
-
 
34
 
-
 
35
  \code{URLencode} will encode further the \code{\%} characters in an
-
 
36
  already-encoded URL. 
34
}
37
}
35
\value{
38
\value{
36
  A character string.
39
  A character string.
37
}
40
}
38
\references{
41
\references{