Skip to content

Commit

Permalink
document r85609 (which is an implementation detail)
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.r-project.org/R/trunk@85674 00db46b3-68df-0310-9c12-caf00c1e9a41
  • Loading branch information
ripley committed Dec 13, 2023
1 parent bb93fbe commit 53e6d9d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/NEWS.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,12 @@
\item On Alpine Linux \code{iconv()} now maps \code{"latin2"},
\code{"latin-2"}, \code{"latin9"} and \code{"latin-9"} to names
the OS knows about (case-insensitively).

\item \code{iconv(sub = "Unicode")} now zero-pads to four (hex)
digits, rather than to 4 or 8. (This seems to have become the
convention once Unicode restricted the number of Unicode points
to \eqn{2{^31} - 1}{2^31 - 1} and so will never need more than 6
digits.)
}
}

Expand Down

0 comments on commit 53e6d9d

Please sign in to comment.