Skip to content

Fingertips/tedrahcu

Repository files navigation

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