This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
README.markdown | ||
| |
gem/ | ||
| |
libcharguess/ |
README.markdown
CHARGUESS
Library
Site: http://libcharguess.sourceforge.net/
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: http://raa.ruby-lang.org/project/charguess/
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"








