macOS
brew install libchardetlocal Homebrew formula metadata
brew / rang 11398
Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de libchardet pour les workflows d'agents IA.
installation
brew install libchardetlocal Homebrew formula metadata
sudo dnf install libchardetFedora Rawhide package metadata · libchardet · Source: dl.fedoraproject.org
nix profile install nixpkgs#libchardetnixpkgs package indexes · pkgs/by-name/li/libchardet/package.nix · Source: api.github.com
sudo pacman -S libchardetArch Linux sync databases · libchardet · Source: geo.mirror.pkgbuild.com
sudo apt install libchardet-devDebian stable package indexes · libchardet-dev · Source: deb.debian.org
sudo zypper install libchardet-developenSUSE Tumbleweed package metadata · libchardet-devel · Source: download.opensuse.org
aperçu
Mozilla's Universal Charset Detector C/C++ API
historique
libchardet is a C/C++ API around Mozilla's Universal Charset Detector lineage. It detects the likely character encoding of byte streams, a task that matters when programs ingest legacy text without reliable charset labels.
Mozilla's archived charset detector documentation describes the original detector as an XPCOM component that receives bytes and guesses the charset. A companion Mozilla document from 2002 explains that the universal detector implementation was separable from the XPCOM wrapper and could be used by other projects.
The libchardet README says the library is based on Mozilla Universal Charset Detector code originally written by Netscape Communications Corporation, with a C wrapping API and libtool build environment. It also records later changes: version 1.0.5 incorporated single-byte charset confidence ideas and language models from uchardet, and version 1.0.6 added BOM reporting.
libchardet's adoption is narrower than Python chardet or uchardet, but it fills the same packaging niche for C/C++ consumers that need Mozilla-style charset guessing without embedding the whole browser-era component. The batch input lists packages in Homebrew, Debian/Ubuntu, Fedora, Arch, Nix, and openSUSE, mostly as a development library.
The repository documents a small API centered on detect_obj_init, detect or detect_r, confidence reporting, and object cleanup. The package also installs chardet-config for build integration, so downstream C/C++ projects can compile against the library.
libchardet is significant because charset detection is one of those small compatibility problems that keeps returning in editors, importers, scrapers, mail tools, and document converters. It also shows how browser infrastructure escaped into standalone libraries: Mozilla/Netscape detection code became reusable C, Python, Perl, and other language bindings.
posture de sécurité
library-like package without higher-risk signals.
risque vert · confiance faible · appliance
Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.
exécutables
| Commande | Type | Exposition | Note |
|---|---|---|---|
chardet-config | exécutable | exécutable indexé | Découvert depuis l'index local des exécutables. |
fraîcheur
Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.
métadonnées d'installation
| Clé du paquet | brew:libchardet |
|---|---|
| Version | 1.0.6 |
| Gestionnaire de paquets | Homebrew |
| Page d'accueil | https://github.com/Joungkyun/libchardet |
| Dépôt | https://github.com/Joungkyun/libchardet |
| Bouteille | non enregistré |
| Service | aucun déclaré |
correspondances dans les bases sources
Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.
libchardet-dev 1.0.6-1
universal charset detection library - development files
https://github.com/Joungkyun/libchardet
sudo apt install libchardet-devlibchardet1t64 1.0.6-1
universal charset detection library - shared library
https://github.com/Joungkyun/libchardet
sudo apt install libchardet1t64libchardet
nix profile install nixpkgs#libchardetlibchardet-dev 1.0.4-1.1build1
universal charset detection library - development files
https://ftp.oops.org/pub/oops/libchardet/
sudo apt install libchardet-devlibchardet1t64 1.0.4-1.1build1
universal charset detection library - shared library
https://ftp.oops.org/pub/oops/libchardet/
sudo apt install libchardet1t64libchardet 1.0.5-24.fc45
Mozilla's universal character set detector
http://ftp.oops.org/pub/oops/libchardet/
sudo dnf install libchardetlibchardet-devel 1.0.5-24.fc45
Header and object files for development using libchardet
http://ftp.oops.org/pub/oops/libchardet/
sudo dnf install libchardet-devellibchardet 1.0.6-4
Mozilla's Universal Charset Detector C/C++ API
http://ftp.oops.org/pub/oops/libchardet
sudo pacman -S libchardetlibchardet-devel 1.0.6-2.6
Development files of libchardet
https://github.com/Joungkyun/libchardet
sudo zypper install libchardet-devellibchardet1 1.0.6-2.6
Mozilla Universal Chardet library
https://github.com/Joungkyun/libchardet
sudo zypper install libchardet1piste source
Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.