latin1.to.utf8 {TAF} | R Documentation |
Convert File Encoding
Description
Convert file encoding between "latin1"
and "UTF-8"
.
Usage
latin1.to.utf8(file, force = FALSE)
utf8.to.latin1(file, force = FALSE)
Arguments
file |
a filename. |
force |
whether to perform the conversion even if the current file
encoding cannot be verified with |
Value
No return value, called for side effects.
Note
In TAF, text files that have non-ASCII characters must be encoded as UTF-8.
See Also
iconv
converts the encoding of a string.
file.encoding
examines the encoding of a file.
TAF-package
gives an overview of the package.
Examples
## Not run:
utf8.to.latin1("data.txt")
latin1.to.utf8("data.txt")
## End(Not run)
[Package TAF version 4.2.0 Index]