uchardet
universal charset detection library - cli utility
Install
- All systems
-
curl cmd.cat/uchardet.sh
- Debian
-
apt-get install uchardet - Ubuntu
-
apt-get install uchardet - Arch Linux
-
pacman -S uchardet - Kali Linux
-
apt-get install uchardet - Fedora
-
dnf install uchardet - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install uchardet - OS X
-
brew install uchardet - Raspbian
-
apt-get install uchardet
uchardet
universal charset detection library - cli utility
uchardet is a C language binding of the original C++ implementation of the universal charset detection library by Mozilla. uchardet is a encoding detector library, which takes a sequence of bytes in an unknown character encoding without any additional information, and attempts to determine the encoding of the text. The original code of universalchardet is available at http://lxr.mozilla.org/seamonkey/source/extensions/universalchardet Techniques used by universalchardet are described at http://www.mozilla.org/projects/intl/UniversalCharsetDetection.html This package contains the cli detection utility.