Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fnando/charguess

Bringing http://libcharguess.sourceforge.net/ and http://raa.ruby-lang.org/project/charguess/ to Github
https://github.com/fnando/charguess

Last synced: 1 day ago
JSON representation

Bringing http://libcharguess.sourceforge.net/ and http://raa.ruby-lang.org/project/charguess/ to Github

Awesome Lists containing this project

README

        

CHARGUESS
=========

Library
-------

Site:

### How to install

cd $dir/libcharguess
./configure --prefix=/usr/local/charguess
make
sudo make install
sudo cp -R $dir/libcharguess /usr/local/charguess/src

Gem
---

Site:

### How to install

cd $dir/gem
ruby extconf.rb --with-charguess-include=/usr/local/charguess/src/ --with-charguess-lib=/usr/local/charguess/lib
make
sudo make install

Usage
-----

require "rubygems"
require "charguess"

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