Sha256: 649f4cca4d09e5f9ce2e6adfefb789a284e28d864e48b6896941b32dbf6f6a91

Contents?: true

Size: 861 Bytes

Versions: 1

Compression:

Stored size: 861 Bytes

Contents

= 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 <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: https://github.com/fnando/charguess
* Will Palmer <wmpalmer@gmail.com> helped fixing this gem in Ruby 1.9

== LICENSE:

GPL

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
charguess-1.3.20110226181011 README.rdoc