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
- Host: GitHub
- URL: https://github.com/macpaw/universal-detector
- Owner: MacPaw
- License: lgpl-2.1
- Created: 2018-02-28T14:13:18.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-09-19T12:44:32.000Z (over 2 years ago)
- Last Synced: 2025-04-12T01:17:43.327Z (about 1 month ago)
- Topics: character-encoding, encodings
- Language: C++
- Homepage:
- Size: 788 KB
- Stars: 21
- Watchers: 26
- Forks: 16
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.