chardet

repository·master·Indexed 18 days ago

https://github.com/saintfish/chardet

A Go library for automatic character encoding detection that implements algorithms and uses data based on the ICU (International Components for Unicode) project.

Tokens
125
Snippets
1
Records
2
Agent score
14%

What's inside chardet

  1. Overview of chardet

    master
    chardet is a Go library used to automatically detect the character encoding (charset) of text. It implements an algorithm and uses data based on the ICU (International Components for Unicode) implementation.
  2. View chardet API documentation

    master

    For detailed information on the public API, including function signatures, types, and specific usage instructions, refer to the official Go package documentation on pkg.go.dev.

    https://pkg.go.dev/github.com/saintfish/chardet