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
commit 3688fc95fd9a1a03f4e35ec2d9c09f44824bd406
tree 4fad8370f143338071f83ae1d1946d2bf54e86e9
parent 2f2d4a3d22f00957724c348a2fe5c551cda4aa3d
tree 4fad8370f143338071f83ae1d1946d2bf54e86e9
parent 2f2d4a3d22f00957724c348a2fe5c551cda4aa3d
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>.




