Sha256: 466159b584343a7535e0a907286bb96a8dff625d96fe611f9278f68f3ebdc1a7

Contents?: true

Size: 1.02 KB

Versions: 10

Compression:

Stored size: 1.02 KB

Contents

ruby-unf_ext
============

Synopsis
--------

* Unicode Normalization Form support library for CRuby

Description
-----------

* Normalizes UTF-8 strings into and from NFC, NFD, NFKC or NFKD

        # For bulk conversion
        normalizer = UNF::Normalizer.new
        a_bunch_of_strings.map! { |string|
          normalizer.normalize(string, :nfc) #=> string in NFC
        }

* Compliant with Unicode 6.0

Requirement
-----------

* Ruby 1.8.7+, 1.9.2+

* C++ compiler and libstdc++

Installation
------------

	gem install unf_ext

Or:

    ruby extconf.rb && make && make install

Development Resources
---------------------

* http://sourceforge.jp/projects/unf/
* http://sourceforge.jp/ticket/newticket.php?group_id=5256

    For issues regarding files under the directory `unf`, please
    contact this upstream.

* https://github.com/knu/ruby-unf_ext

    The development site and the repository.

License
-------

Copyright (c) 2010 Takeru Ohta
Copyright (c) 2011 Akinori MUSHA

Licensed under the MIT license.
See `LICENSE` for details.

Version data entries

10 entries across 10 versions & 3 rubygems

Version Path
unf_ext-0.0.5-x86-mingw32 README.md
unf_ext-0.0.5 README.md
frameworks-capybara-0.2.0.rc6 vendor/bundle/ruby/1.8/gems/unf_ext-0.0.4/README.md
frameworks-capybara-0.2.0.rc5 vendor/bundle/ruby/1.8/gems/unf_ext-0.0.4/README.md
frameworks-capybara-0.2.0.rc4 vendor/bundle/ruby/1.8/gems/unf_ext-0.0.4/README.md
frameworks-capybara-0.2.0.rc3 vendor/bundle/ruby/1.8/gems/unf_ext-0.0.4/README.md
frameworks-capybara-0.2.0.rc2 vendor/bundle/ruby/1.8/gems/unf_ext-0.0.4/README.md
domo-0.0.5 vendor/bundle/ruby/1.9.1/gems/unf_ext-0.0.4/README.md
unf_ext-0.0.4-x86-mingw32 README.md
unf_ext-0.0.4 README.md