The R Project SVN R

Rev

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

Rev 46956 Rev 47237
Line 19... Line 19...
19
  \item{reserved}{should reserved characters be encoded?  See
19
  \item{reserved}{should reserved characters be encoded?  See
20
    \sQuote{Details}.}
20
    \sQuote{Details}.}
21
}
21
}
22
\details{
22
\details{
23
  Characters in a URL other than the English alphanumeric characters and
23
  Characters in a URL other than the English alphanumeric characters and
24
  \code{$ - _ . + ! * ' ( ) ,} should be encoded as \code{\%}
24
  \samp{\$ - \_ . + ! * ' ( ) ,} should be encoded as \code{\%}
25
  plus a two-digit hexadecimal representation, and any single-byte
25
  plus a two-digit hexadecimal representation, and any single-byte
26
  character can be so encoded. (Multi-byte characters are encoded as
26
  character can be so encoded. (Multi-byte characters are encoded as
27
  byte-by-byte.)
27
  byte-by-byte.)
28
 
28
 
29
  In addition, \samp{; / ? : @ = &} are reserved characters, and should
29
  In addition, \samp{; / ? : @ = &} are reserved characters, and should