Learn R Programming

uchardet (version 1.0.5)

uchardet: The Universal Character Encoding Detector

Description

R bindings for the uchardet library (<https://www.freedesktop.org/wiki/Software/uchardet/>), that is the encoding detector library of Mozilla. It takes a sequence of bytes in an unknown character encoding without any additional information, and attempts to determine the encoding of the text. Returned encoding names are iconv-compatible.

Arguments

References

uchardet page: https://www.freedesktop.org/wiki/Software/uchardet/

See Also

Useful links: