Skip to content

xiphias/chardet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a ruby 1.9 compatible version of chardet on http://rubyforge.org/projects/chardet/

Usage:

irb(main):001:0> require 'rubygems'
=> true
irb(main):002:0> require 'UniversalDetector'
=> false
irb(main):003:0> p UniversalDetector::chardet('hello')
{"encoding"=>"ascii", "confidence"=>1.0}
=> nil


- Hui (zhengzhengzheng@gmail.com)

About

Universal Encoding Detector

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published