This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Jeff Hodges (author)
Thu Jul 05 21:55:43 -0700 2007
rchardet /
| name | age | message | |
|---|---|---|---|
| |
COPYING | Sat Mar 24 09:38:28 -0700 2007 | [Jeff Hodges] |
| |
README | Mon Apr 02 21:43:57 -0700 2007 | [Jeff Hodges] |
| |
lib/ | Thu Jul 05 21:55:43 -0700 2007 | [Jeff Hodges] |
README
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>.




