The R Project SVN R

Rev

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

Rev 35297 Rev 37667
Line 36... Line 36...
36
  (Which characters are non-printable depends on the current locale.)
36
  (Which characters are non-printable depends on the current locale.)
37
#endif
37
#endif
38
#ifdef windows
38
#ifdef windows
39
  (Windows' reporting of printable characters is unreliable, so all
39
  (Windows' reporting of printable characters is unreliable, so all
40
  other control characters are regarded as non-printable, and all
40
  other control characters are regarded as non-printable, and all
41
  characters with codes 32--255 as printable.)
41
  characters with codes 32--255 as printable in a single-byte locale.)
42
#endif
42
#endif
43
  See \code{\link{print.default}} for how non-printable characters are
43
  See \code{\link{print.default}} for how non-printable characters are
44
  handled in multi-byte locales.
44
  handled in multi-byte locales.
45
 
45
 
46
  If \code{quote} is a single or double quote any embedded quote of the
46
  If \code{quote} is a single or double quote any embedded quote of the