Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ernesto-jimenez/charguess
- Owner: ernesto-jimenez
- Created: 2009-12-09T15:30:54.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2011-10-21T15:54:18.000Z (about 13 years ago)
- Last Synced: 2024-04-25T01:21:09.533Z (8 months ago)
- Language: C++
- Homepage:
- Size: 360 KB
- Stars: 9
- Watchers: 3
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.rdoc
- Changelog: History.txt
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