Sha256: a331dfc33fec6f83e51c834d0c1cf2f0e040396961b21b96cae89d40dba4f27f

Contents?: true

Size: 992 Bytes

Versions: 15

Compression:

Stored size: 992 Bytes

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 9.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
---------------------

* https://github.com/sile/unf

    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-2017 Takeru Ohta
Copyright (c) 2011-2017 Akinori MUSHA

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

Version data entries

15 entries across 15 versions & 4 rubygems

Version Path
vagrant-unbundled-2.2.7.0 vendor/bundle/ruby/2.4.0/gems/unf_ext-0.0.7.4/README.md
tdiary-5.0.8 vendor/bundle/gems/tdiary-5.0.7/vendor/bundle/gems/unf_ext-0.0.7.4/README.md
vagrant-unbundled-2.0.2.0 vendor/bundle/ruby/2.4.0/gems/unf_ext-0.0.7.4/README.md
tdiary-5.0.7 vendor/bundle/gems/unf_ext-0.0.7.4/README.md
vagrant-unbundled-2.0.1.0 vendor/bundle/ruby/2.4.0/gems/unf_ext-0.0.7.4/README.md
tdiary-5.0.6 vendor/bundle/gems/unf_ext-0.0.7.4/README.md
vagrant-unbundled-2.0.0.1 vendor/bundle/ruby/2.4.0/gems/unf_ext-0.0.7.4/README.md
vagrant-unbundled-1.9.8.1 vendor/bundle/ruby/2.4.0/gems/unf_ext-0.0.7.4/README.md
vagrant-unbundled-1.9.7.1 vendor/bundle/ruby/2.4.0/gems/unf_ext-0.0.7.4/README.md
tdiary-5.0.5 vendor/bundle/gems/unf_ext-0.0.7.4/README.md
vagrant-unbundled-1.9.5.1 vendor/bundle/ruby/2.4.0/gems/unf_ext-0.0.7.4/README.md
enju_leaf-1.2.1 vendor/bundle/ruby/2.3/gems/unf_ext-0.0.7.4/README.md
unf_ext-0.0.7.4-x64-mingw32 README.md
unf_ext-0.0.7.4-x86-mingw32 README.md
unf_ext-0.0.7.4 README.md