R bindings of the 'uchardet', encoding detector library from Mozilla (<https://www.freedesktop.org/wiki/Software/uchardet/>). It takes a sequence of bytes in an unknown character encoding and without any additional information, and attempts to get the encoding of the text. All return names of the encodings are iconv-compatible.
Version: | 1.0.2 |
Depends: | R (≥ 3.5.0) |
Imports: | Rcpp |
LinkingTo: | Rcpp |
Suggests: | tinytest, knitr, rmarkdown, curl |
Published: | 2019-12-10 |
Author: | Artem Klevtsov |
Maintainer: | Artem Klevtsov <a.a.klevtsov at gmail.com> |
BugReports: | https://gitlab.com/artemklevtsov/uchardet/issues |
License: | GPL-2 |
Copyright: | file COPYRIGHTS uchardet copyright details |
URL: | https://artemklevtsov.gitlab.io/uchardet |
NeedsCompilation: | yes |
SystemRequirements: | C++11, GNU make |
Materials: | README NEWS |
CRAN checks: | uchardet results |
Reference manual: | uchardet.pdf |
Vignettes: |
Get Started |
Package source: | uchardet_1.0.2.tar.gz |
Windows binaries: | r-devel: uchardet_1.0.2.zip, r-devel-gcc8: uchardet_1.0.1.zip, r-release: uchardet_1.0.2.zip, r-oldrel: uchardet_1.0.2.zip |
OS X binaries: | r-release: uchardet_1.0.2.tgz, r-oldrel: uchardet_1.0.2.tgz |
Old sources: | uchardet archive |
Please use the canonical form https://CRAN.R-project.org/package=uchardet to link to this page.