The R Project SVN R

Rev

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

Rev 77057 Rev 77234
Line 93... Line 93...
93
  \code{\link{list.dirs}}, \code{\link{system}} and file-path inputs for
93
  \code{\link{list.dirs}}, \code{\link{system}} and file-path inputs for
94
  graphics devices.
94
  graphics devices.
95
}
95
}
96
 
96
 
97
\section{Historical comment}{
97
\section{Historical comment}{
98
  Before \R 3.7.0, file paths marked as being in Latin-1 or UTF-8 were
98
  Before \R 4.0.0, file paths marked as being in Latin-1 or UTF-8 were
99
  silently translated to the native encoding using escapes such as
99
  silently translated to the native encoding using escapes such as
100
  \samp{<e7>} or \samp{<U+00e7>}.  This created valid file names but
100
  \samp{<e7>} or \samp{<U+00e7>}.  This created valid file names but
101
  maybe not those intended.
101
  maybe not those intended.
102
}
102
}
103
 
103