Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 259 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 259 Bytes

Tedrahcu

Tedrahcu is a Ruby wrapper for Uchardet.

gem install tedrahcu
require 'tedrahcu'
Tedrahcu.detect('hey') #=> 'ASCII'

Dependencies

brew install uchardet
yum install -y uchardet-devel
apt install libuchardet-dev