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 (
Norman Clarke (author)
Fri Feb 20 09:00:34 -0800 2009
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Fri Feb 20 09:00:34 -0800 2009 | |
| |
History.txt | Fri Feb 20 09:00:34 -0800 2009 | |
| |
MIT-LICENSE | Sun Mar 16 06:53:09 -0700 2008 | |
| |
Manifest.txt | Fri Feb 20 09:00:34 -0800 2009 | |
| |
README.rdoc | Fri Feb 20 09:00:34 -0800 2009 | |
| |
Rakefile | Fri Feb 20 09:00:34 -0800 2009 | |
| |
init.rb | Fri Feb 20 09:00:34 -0800 2009 | |
| |
lib/ | Fri Feb 20 09:00:34 -0800 2009 | |
| |
test/ | Fri Feb 20 09:00:34 -0800 2009 | |
| |
unidecoder.gemspec | Fri Feb 20 09:00:34 -0800 2009 |
README.rdoc
Unidecoder
This library converts Unicode [and accented Ascii] characters to their plain-text Ascii equivalents. This is a port of Perl’s Unidecode and provides eminently superior and more reliable results than Iconv. (Seriously, Iconv… A plague on both your houses! [sic])
You probably won’t ever need to run Unidecoder by itself. StringExtensions adds String#to_ascii which wraps all of Unidecoder’s functionality. For anyone interested, details of the implementation can be read about in the original implementation of Text::Unidecode. Extensive examples can be found in the tests.
copyright © 2008 Lucky Sneaks, released under the MIT license







