Registry / utility / saintfish-chardet

saintfish-chardet

JSON →
library0.0.0-20230101081208-5e3ef4b5456dgogounverified

Package chardet ports character set detection from ICU, identifying encoding of text data.

go get github.com/saintfish/chardet
INSTALL
IMPORT
SIG · SAINTFISH-CHARDET
S
saintfish-chardet
utilitygov0.0.0-20230101081208-5e3ef4b5456d
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

chardet
github.com/saintfish/chardet

Detects the character encoding of a byte slice.

package main import ( "fmt" "github.com/saintfish/chardet" ) func main() { result, _ := chardet.NewTextDetector().DetectBest([]byte("some text")) fmt.Println(result.Charset) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20230101081208-5e3ef4b5456dlatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
saintfish-chardet — go get saintfish-chardet · libregistry