The R Project SVN R

Rev

Rev 87713 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 87713 Rev 88907
Line 107... Line 107...
107
  conversion macOS 14 generally translated character(s) to \code{?} but
107
  conversion macOS 14 generally translated character(s) to \code{?} but
108
  14.1 gives an error (so an \code{NA} result in \R).
108
  14.1 gives an error (so an \code{NA} result in \R).
109
 
109
 
110
  Most commercial Unixes contain an implementation of \code{iconv} but
110
  Most commercial Unixes contain an implementation of \code{iconv} but
111
  none we have encountered have supported the encoding names we need:
111
  none we have encountered have supported the encoding names we need:
112
  the \sQuote{R Installation and Administration} manual recommended
112
  \manual{R-admin}{} recommended
113
  installing GNU \samp{libiconv} on Solaris and \I{AIX}.
113
  installing GNU \samp{libiconv} on Solaris and \I{AIX}.
114
 
114
 
115
  %% https://wiki.musl-libc.org/functional-differences-from-glibc.html
115
  %% https://wiki.musl-libc.org/functional-differences-from-glibc.html
116
  %% https://wiki.musl-libc.org/projects-using-musl.html
116
  %% https://wiki.musl-libc.org/projects-using-musl.html
117
  Some Linux distributions use \samp{musl} as their C runtime.  This is
117
  Some Linux distributions use \samp{musl} as their C runtime.  This is