UnicodeUtils implements Unicode algorithms for case conversion,
normalization, text segmentation and more in pure Ruby code.
New in this release:
···
====================
Conformance to Unicode 6.0.0 (previously 5.1.0). No API changes.
Usage
Ruby 1.9.1 or higher is required.
$ gem install unicode_utils
require "unicode_utils/casefold"
UnicodeUtils.casefold("Straße") => "strasse"
Documentation & Source
http://unicode-utils.rubyforge.org
http://github.com/lang/unicode_utils
Issues
It should work on all Ruby 1.9.1 implementations or higher
independently of operating system. If not, please report
it on github.
--
Stefan Lang