ruby-unf 0.1.4
Unicode Normalization Form support to Ruby and JRuby
ruby-unf
is a wrapper library to bring Unicode Normalization Form support to both Ruby and JRuby. It uses unf_ext
on CRuby and java.text.Normalizer
on JRuby.
- Website: https://github.com/knu/ruby-unf
- Licenses: FreeBSD
- Package source: gnu/packages/ruby.scm
- Builds: See build status
- Issues: See known issues
Installation
Install ruby-unf 0.1.4
as follows:
guix install ruby-unf@0.1.4
Or install the latest version:
guix install ruby-unf
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.