Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ernesto-jimenez/charguess

Ruby gem wich builds and install libcharguess-ruby
https://github.com/ernesto-jimenez/charguess

Last synced: 3 months ago
JSON representation

Ruby gem wich builds and install libcharguess-ruby

Awesome Lists containing this project

README

        

= charguess

* http://github.com/ernesto-jimenez/charguess

== DESCRIPTION:

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/

== INSTALL:

* sudo gem install charguess

== USSAGE:

require "rubygems"
require "charguess"

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

== CREDITS

* Ernesto Jiménez assembled this gem
* MoonWolf originally created the ruby bindings
* Stéphane Corbé extracted libcharguess from Mozilla's sources
* Nando Vieira created the setup this gem is based on: https://github.com/fnando/charguess
* Will Palmer helped fixing this gem in Ruby 1.9
* Kyle Wilkinson fix to fix build under Ruby 1.8 & Rake 0.9+

== LICENSE:

GPL