Sha256: ab932d5ad9b429bcd5fe695ec6a4f5a356da16f7c0a95c8d5af30cc2ec4a1782

Contents?: true

Size: 1.03 KB

Versions: 31

Compression:

Stored size: 1.03 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-2015 Akinori MUSHA

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

Version data entries

31 entries across 29 versions & 7 rubygems

Version Path
tdiary-5.0.5 vendor/bundle/gems/unf_ext-0.0.7.2/README.md
tdiary-5.0.5 vendor/bundle/gems/tdiary-5.0.4/vendor/bundle/gems/unf_ext-0.0.7.2/README.md
tdiary-5.0.4 vendor/bundle/gems/unf_ext-0.0.7.2/README.md
vagrant-unbundled-1.9.1.1 vendor/bundle/ruby/2.4.0/gems/unf_ext-0.0.7.2/README.md
tdiary-5.0.2 vendor/bundle/gems/unf_ext-0.0.7.2/README.md
vagrant-compose-yaml-0.1.3 vendor/bundle/ruby/2.2.0/gems/unf_ext-0.0.7.2/README.md
vagrant-compose-yaml-0.1.2 vendor/bundle/ruby/2.2.0/gems/unf_ext-0.0.7.2/README.md
vagrant-compose-yaml-0.1.1 vendor/bundle/ruby/2.2.0/gems/unf_ext-0.0.7.2/README.md
vagrant-compose-yaml-0.1.0 vendor/bundle/ruby/2.2.0/gems/unf_ext-0.0.7.2/README.md
vagrant-unbundled-1.8.5.2 vendor/bundle/ruby/2.3.0/gems/unf_ext-0.0.7.2/README.md
vagrant-unbundled-1.8.5.1 vendor/bundle/ruby/2.3.0/gems/unf_ext-0.0.7.2/README.md
vagrant-unbundled-1.8.4.2 vendor/bundle/ruby/2.3.0/gems/unf_ext-0.0.7.2/README.md
vagrant-unbundled-1.8.4.1 vendor/bundle/ruby/2.3.0/gems/unf_ext-0.0.7.2/README.md
tdiary-5.0.1 vendor/bundle/gems/unf_ext-0.0.7.2/README.md
unf_ext-0.0.7.2-x86-mingw32 README.md
unf_ext-0.0.7.2-x64-mingw32 README.md
unf_ext-0.0.7.2 README.md
vagrant-unbundled-1.8.1.1 vendor/bundle/ruby/2.3.0/gems/unf_ext-0.0.7.1/README.md
tdiary-4.2.1 vendor/bundle/ruby/2.3.0/gems/unf_ext-0.0.7.1/README.md
tdiary-4.2.1 vendor/bundle/ruby/2.2.0/gems/unf_ext-0.0.7.1/README.md