The Wayback Machine - https://web.archive.org/web/20201025215715/https://github.com/subethaedit/UniversalDetector
Skip to content
master
Go to file
Code
This branch is 4 commits ahead of codingmonkeys:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.

README

This a branch-off of the UniversalDetector.framework source code taken from the Perian SVN using the following procedure:

git svn clone http://svn.perian.org/trunk/
clone --no-hardlinks trunk UniversalDetector
cd UniversalDetector
git filter-branch --subdirectory-filter UniversalDetector HEAD -- --all
git reset --hard
git gc --aggressive
git prune
git remote rm origin

The procedure above is based on
http://stackoverflow.com/questions/359424/detach-subdirectory-into-separate-git-repository
and keeps the history intact.

I have put this up with the intention of collecting the various efforts of maintaining of and changes to this framework's source code here on github. 

The core of the frameworks is the (LGPL) Mozilla automatic charset detection library. You can read more about it here:
http://www.mozilla.org/projects/intl/detectorsrc.html

About

UniversalDetector.framework for Mac OS X: auto-detection of character sets/text encodings

Resources

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.