Sha256: 0209ef11e9990a34e81aaaac4c6ecbe647e0c4104a6b2cfcf691654b697cb359

Contents?: true

Size: 992 Bytes

Versions: 99

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-2018 Akinori MUSHA

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

Version data entries

99 entries across 75 versions & 8 rubygems

Version Path
unf_ext-0.0.8.2.beta-x64-mingw-ucrt README.md
unf_ext-0.0.8.2.beta README.md
unf_ext-0.0.8.1-x86-mingw32 README.md
unf_ext-0.0.8.1-x64-mingw32 README.md
unf_ext-0.0.8.1 README.md
unf_ext-0.0.8-x86-mingw32 README.md
unf_ext-0.0.8-x64-mingw32 README.md
unf_ext-0.0.8 README.md
tdiary-5.1.6 vendor/bundle/ruby/2.7.0/gems/unf_ext-0.0.7.7/README.md
paynow_sdk-1.1.0 vendor/bundle/ruby/2.7.0/gems/paynow_sdk-1.0.9/vendor/bundle/ruby/2.7.0/gems/unf_ext-0.0.7.7/README.md
paynow_sdk-1.1.0 vendor/cache/ruby/2.7.0/gems/paynow_sdk-1.0.0/vendor/cache/ruby/2.7.0/gems/unf_ext-0.0.7.7/README.md
paynow_sdk-1.1.0 vendor/cache/ruby/2.7.0/gems/unf_ext-0.0.7.7/README.md
paynow_sdk-1.1.0 vendor/bundle/ruby/2.7.0/gems/paynow_sdk-1.0.9/vendor/cache/ruby/2.7.0/gems/unf_ext-0.0.7.7/README.md
paynow_sdk-1.1.0 vendor/bundle/ruby/2.7.0/gems/unf_ext-0.0.7.7/README.md
paynow_sdk-1.1.0 vendor/bundle/ruby/2.7.0/gems/paynow_sdk-1.0.9/vendor/cache/ruby/2.7.0/gems/paynow_sdk-1.0.0/vendor/cache/ruby/2.7.0/gems/unf_ext-0.0.7.7/README.md
paynow_sdk-1.0.9 vendor/cache/ruby/2.7.0/gems/unf_ext-0.0.7.7/README.md
paynow_sdk-1.0.9 vendor/bundle/ruby/2.7.0/gems/unf_ext-0.0.7.7/README.md
paynow_sdk-1.0.9 vendor/cache/ruby/2.7.0/gems/paynow_sdk-1.0.0/vendor/cache/ruby/2.7.0/gems/unf_ext-0.0.7.7/README.md
paynow_sdk-1.0.8 vendor/cache/ruby/2.7.0/gems/paynow_sdk-1.0.0/vendor/cache/ruby/2.7.0/gems/unf_ext-0.0.7.7/README.md
paynow_sdk-1.0.8 vendor/bundle/ruby/2.7.0/gems/unf_ext-0.0.7.7/README.md