mirror of
https://github.com/MacPaw/universal-detector.git
synced 2026-01-09 23:32:21 -05:00
Universal Detector is a library for character set autodetection.
|
|
||
|---|---|---|
| .github/workflows | ||
| English.lproj | ||
| universalchardet | ||
| UniversalDetector.xcodeproj | ||
| DetectorTest.m | ||
| Info.plist | ||
| LICENSE | ||
| Makefile.common | ||
| Makefile.freebsd | ||
| Makefile.legacy | ||
| Makefile.linux | ||
| Makefile.windows | ||
| README.md | ||
| scan.pl | ||
| UniversalDetector_Prefix.pch | ||
| UniversalDetector.h | ||
| UniversalDetector.m | ||
| WrappedUniversalDetector.cpp | ||
| WrappedUniversalDetector.h | ||
Universal Detector is a library for character set autodetection.
- This is an Objective-C wrapper for universalchardet by Mozilla
- It is used by XADMaster library for filenames encoding detection
- Originally developed by Dag Ågren
Usages
- The Unarchiver application.
License
This Universal Detector Library is distributed under the LGPL 2.1 license. Please read LICENSE for information on the software availability and distribution.