-
Notifications
You must be signed in to change notification settings - Fork 6
fork of prerebased original
License
Omer/rchardet
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
rCharDet ========= rCharDet is a character encoding detection library for ruby and the implementation is based on Mozilla Charset Detectors. This is a forked project in a effort to make it Ruby 1.9 compatible Usage: require 'rubygems' require 'rchardet' cd = CharDet.detect(some_data) encoding = cd['encoding'] confidence = cd['confidence'] # 0.0 <= confidence <= 1.0 Project page: http://rubyforge.org/projects/rchardet Made for rFeedParser <http://rfeedparser.rubyforge.org>.
About
fork of prerebased original
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published