Files
stash/vendor/github.com/xWTF/chardet/README.md
xWTF d00966c335 Support non-utf8 encoding for zip files (#3389)
* detect & decode zip file names in newZipFS
2023-02-16 10:06:12 +11:00

622 B

chardet

chardet is library to automatically detect charset of texts for Go programming language. It's based on the algorithm and data in ICU's implementation.

The project was created by saintfish. In January 2015 it was forked by the gogits project in order to incorporate bugfixes and new features. In January 2023 it was forked by xWTF in order to fix a bug.

Documentation and Usage

See pkgdoc