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(“Strae”) => “strasse”
Documentation & Source
http://unicode-utils.rubyforge.org
GitHub - lang/unicode_utils: Unicode algorithms for Ruby 1.9
Issues
It should work on all Ruby 1.9.1 implementations or higher
independently of operating system. If not, please report
it on github.