> For the complete documentation index, see [llms.txt](https://joungkyun.gitbook.io/annyung-3-user-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://joungkyun.gitbook.io/annyung-3-user-guide/annyung3-package-catalog/annyung3-core-packages/pkg-core-libchardet.md).

# libchardet

## Descriptions:

Mozilla Universial charset detector를 이용하여 문자열의 문자셋을 탐지하는 라이브러리

## Features:

## Reference:

* <https://github.com/Joungkyun/libchardet>
* [Sample codes](https://github.com/Joungkyun/libchardet/tree/master/test)

## Dependencies:

* None

## Sub Packages:

* **libchardet-devel** &#x20;

  libchardet를 이용한 개발에 필요한 header 및 library file

## Related Packages:

* php-chardet
  * php libchardet binding
  * <https://github.com/OOPS-ORG-PHP/mod_chardet/blob/master/README.ko.md>
  * <https://github.com/OOPS-ORG-PHP/mod_chardet/blob/master/Reference>
  * <https://github.com/OOPS-ORG-PHP/mod_chardet/blob/master/sample-oop.php>
  * <https://github.com/OOPS-ORG-PHP/mod_chardet/blob/master/sample.php>
* python-chardet
  * python libchardet bindnig
  * <https://github.com/Joungkyun/python-chardet/blob/master/README.md>
  * <https://github.com/Joungkyun/python-chardet/blob/master/test.py>
  * <https://github.com/Joungkyun/python-chardet/blob/master/test1.py>
