Skip to content

Commit dcab37f

Browse files
author
Arni Magnusson
committed
Mention 'readr' package, must->should
1 parent f7f8b1b commit dcab37f

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

R/file.encoding.R

+4-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@
1515
#' The encoding \code{"unknown"} indicates that the file is an ASCII text file
1616
#' or a binary file.
1717
#'
18-
#' In TAF, text files that have non-ASCII characters must be encoded as UTF-8.
18+
#' In TAF, text files that have non-ASCII characters should be encoded as UTF-8.
19+
#'
20+
#' If this function fails in Windows, the \code{guess_encoding} function in the
21+
#' \pkg{readr} package may help.
1922
#'
2023
#' @seealso
2124
#' \code{\link{Encoding}} examines the encoding of a string.

man/file.encoding.Rd

+4-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)