Project

charguess

0.01
No commit activity in last 3 years
No release in over 3 years
This gem builds and installs libcharguess and it's binding libcharguess-ruby * libcharguess: http://libcharguess.sourceforge.net/ * libcharguess-ruby: http://raa.ruby-lang.org/project/charguess/
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 2.12
>= 1.5.3
 Project Readme

charguess¶ ↑

DESCRIPTION:¶ ↑

This gem builds and installs libcharguess and it’s binding libcharguess-ruby

INSTALL:¶ ↑

  • sudo gem install charguess

USSAGE:¶ ↑

require "rubygems"
require "charguess"

CharGuess.guess("áéíóú")
#=> "UTF-8"

CREDITS¶ ↑

  • Ernesto Jiménez <erjica@gmail.com> assembled this gem

  • MoonWolf <moonwolf@moonwolf.com> originally created the ruby bindings

  • Stéphane Corbé <noubi@users.sourceforge.net> extracted libcharguess from Mozilla’s sources

  • Nando Vieira <fnando.vieira@gmail.com> created the setup this gem is based on: github.com/fnando/charguess

  • Will Palmer <wmpalmer@gmail.com> helped fixing this gem in Ruby 1.9

  • Kyle Wilkinson <kai@wikyd.org> fix to fix build under Ruby 1.8 & Rake 0.9+

LICENSE:¶ ↑

GPL