stash/vendor/github.com/xWTF/chardet
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
..
2022.go Support non-utf8 encoding for zip files (#3389) 2023-02-16 10:06:12 +11:00
AUTHORS Support non-utf8 encoding for zip files (#3389) 2023-02-16 10:06:12 +11:00
detector.go Support non-utf8 encoding for zip files (#3389) 2023-02-16 10:06:12 +11:00
icu-license.html Support non-utf8 encoding for zip files (#3389) 2023-02-16 10:06:12 +11:00
LICENSE Support non-utf8 encoding for zip files (#3389) 2023-02-16 10:06:12 +11:00
multi_byte.go Support non-utf8 encoding for zip files (#3389) 2023-02-16 10:06:12 +11:00
README.md Support non-utf8 encoding for zip files (#3389) 2023-02-16 10:06:12 +11:00
recognizer.go Support non-utf8 encoding for zip files (#3389) 2023-02-16 10:06:12 +11:00
single_byte.go Support non-utf8 encoding for zip files (#3389) 2023-02-16 10:06:12 +11:00
unicode.go Support non-utf8 encoding for zip files (#3389) 2023-02-16 10:06:12 +11:00
utf8.go Support non-utf8 encoding for zip files (#3389) 2023-02-16 10:06:12 +11:00

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