An open API service indexing awesome lists of open source software.

https://github.com/macpaw/universal-detector

A Library for character set autodetection
https://github.com/macpaw/universal-detector

character-encoding encodings

Last synced: about 1 month ago
JSON representation

A Library for character set autodetection

Awesome Lists containing this project

README

        

# Universal Detector is a library for character set autodetection.

* This is an Objective-C wrapper for [universalchardet](https://www-archive.mozilla.org/projects/intl/detectorsrc.html) by Mozilla
* It is used by [XADMaster](https://github.com/MacPaw/XADMaster) library for filenames encoding detection
* Originally developed by [Dag Ågren](https://github.com/DagAgren)

# Usages

- [The Unarchiver](https://theunarchiver.com/) application.

# License

This Universal Detector Library is distributed under the [LGPL 2.1](https://www.gnu.org/licenses/lgpl-2.1.html) license. Please read LICENSE for information on the software availability and distribution.