View source: R/latin1.to.utf8.R
| latin1.to.utf8 | R Documentation | 
Convert file encoding between "latin1" and "UTF-8".
latin1.to.utf8(file, force = FALSE)
utf8.to.latin1(file, force = FALSE)
| file | a filename. | 
| force | whether to perform the conversion even if the current file
encoding cannot be verified with  | 
No return value, called for side effects.
In TAF, text files that have non-ASCII characters must be encoded as UTF-8.
iconv converts the encoding of a string.
file.encoding examines the encoding of a file.
TAF-package gives an overview of the package.
## Not run: 
utf8.to.latin1("data.txt")
latin1.to.utf8("data.txt")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.