mirror of
https://github.com/MacPaw/universal-detector.git
synced 2025-08-28 18:43:48 +02:00
13 lines
660 B
Markdown
13 lines
660 B
Markdown
# 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.
|