https://github.com/knu/ruby-unf
A wrapper library to bring Unicode Normalization Form support to Ruby/JRuby
https://github.com/knu/ruby-unf
Keywords from Contributors
activejob activerecord mvc rspec
Last synced: about 16 hours ago
JSON representation
Repository metadata
A wrapper library to bring Unicode Normalization Form support to Ruby/JRuby
- Host: GitHub
- URL: https://github.com/knu/ruby-unf
- Owner: knu
- License: bsd-2-clause
- Created: 2011-10-24T13:45:30.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2024-08-17T16:38:50.000Z (over 1 year ago)
- Last Synced: 2026-02-27T04:34:43.480Z (5 days ago)
- Language: Ruby
- Homepage:
- Size: 138 KB
- Stars: 75
- Watchers: 5
- Forks: 12
- Open Issues: 10
- Releases: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
README.md
ruby-unf
Synopsis
- A wrapper library to bring Unicode Normalization Form support to Ruby/JRuby
Description
-
Uses
unf_exton CRuby andjava.text.Normalizeron JRuby. -
Normalizes UTF-8 strings into and from NFC, NFD, NFKC or NFKD
# For bulk conversion normalizer = UNF::Normalizer.instance a_bunch_of_strings.map! { |string| normalizer.normalize(string, :nfc) #=> string in NFC } # Class method UNF::Normalizer.normalize(string, :nfc) # Instance methods of String string.to_nfc
Installation
gem install unf
License
Copyright (c) 2011, 2012, 2013 Akinori MUSHA
Licensed under the 2-clause BSD license.
See LICENSE for details.
Owner metadata
- Name: Akinori Musha
- Login: knu
- Email: knu@idaemons.org
- Kind: user
- Description: @Ruby committer, co-maintainer of @huginn, Emacs Lisper, ex-FreeBSD committer. CTO of @WEDInc.
- Website:
- Location: Tokyo, Japan
- Twitter: knu
- Company:
- Icon url: https://avatars.githubusercontent.com/u/10236?v=4
- Repositories: 213
- Last ynced at: 2026-02-17T23:18:12.054Z
- Profile URL: https://github.com/knu
GitHub Events
Total
- Issues event: 1
- Issue comment event: 1
Last Year
Committers metadata
Last synced: 2 days ago
Total Commits: 50
Total Committers: 7
Avg Commits per committer: 7.143
Development Distribution Score (DDS): 0.12
Commits in past year: 0
Committers in past year: 0
Avg Commits per committer in past year: 0.0
Development Distribution Score (DDS) in past year: 0.0
| Name | Commits | |
|---|---|---|
| Akinori MUSHA | k****u@i****g | 44 |
| f440 | f****0@g****m | 1 |
| Mike Kenyon | m****n@g****m | 1 |
| Kevin Menard | n****m@g****m | 1 |
| Joe Rafaniello | j****e@r****m | 1 |
| Daniel Grippi | d****i@g****m | 1 |
| Gabriel Gilder and Jim Kingdon | g****n@s****m | 1 |
Committer domains:
- squareup.com: 1
- redhat.com: 1
- idaemons.org: 1
Issue and Pull Request metadata
Last synced: 27 days ago
Total issues: 12
Total pull requests: 14
Average time to close issues: 6 days
Average time to close pull requests: 6 months
Total issue authors: 8
Total pull request authors: 13
Average comments per issue: 2.5
Average comments per pull request: 1.93
Merged pull request: 6
Bot issues: 0
Bot pull requests: 0
Past year issues: 2
Past year pull requests: 1
Past year average time to close issues: N/A
Past year average time to close pull requests: N/A
Past year issue authors: 2
Past year pull request authors: 1
Past year average comments per issue: 0.5
Past year average comments per pull request: 0.0
Past year merged pull request: 0
Past year bot issues: 0
Past year bot pull requests: 0
Top Issue Authors
- nirvdrum (4)
- johnnyshields (2)
- dpickett (1)
- duerst (1)
- yv3s (1)
- scivola (1)
- ahasunos (1)
- sfwester (1)
Top Pull Request Authors
- orien (4)
- tnir (2)
- mark-young-atg (2)
- f440 (2)
- voxik (1)
- petergoldstein (1)
- t-richards (1)
- nirvdrum (1)
- danielgrippi (1)
- michaelabon (1)
- BanzaiMan (1)
- jrafanie (1)
- jkingdon (1)
Top Issue Labels
Top Pull Request Labels
Package metadata
- Total packages: 13
-
Total downloads:
- rubygems: 982,752,765 total
- Total docker downloads: 3,939,338,338
- Total dependent packages: 71 (may contain duplicates)
- Total dependent repositories: 222,761 (may contain duplicates)
- Total versions: 53
- Total maintainers: 1
gem.coop: unf
This is a wrapper library to bring Unicode Normalization Form support to Ruby/JRuby.
- Homepage: https://github.com/knu/ruby-unf
- Documentation: http://www.rubydoc.info/gems/unf/
- Licenses: BSD-2-Clause
- Latest release: 0.2.0 (published over 1 year ago)
- Last Synced: 2026-02-28T08:32:31.496Z (4 days ago)
- Versions: 17
- Dependent Packages: 0
- Dependent Repositories: 0
- Downloads: 491,436,272 Total
- Docker Downloads: 1,969,669,169
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 0.025%
- Downloads: 0.046%
- Docker downloads count: 0.055%
- Maintainers (1)
debian-12: ruby-unf
- Homepage: http://github.com/knu/ruby-unf
- Documentation: https://packages.debian.org/bookworm/ruby-unf
- Licenses: bsd-2-clause
- Latest release: 0.1.4-2.1 (published 19 days ago)
- Last Synced: 2026-02-12T23:43:25.741Z (19 days ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 1.596%
- Stargazers count: 3.123%
- Forks count: 3.259%
rubygems.org: unf
This is a wrapper library to bring Unicode Normalization Form support to Ruby/JRuby.
- Homepage: https://github.com/knu/ruby-unf
- Documentation: http://www.rubydoc.info/gems/unf/
- Licenses: BSD-2-Clause
- Latest release: 0.2.0 (published over 1 year ago)
- Last Synced: 2026-02-27T06:02:21.449Z (5 days ago)
- Versions: 17
- Dependent Packages: 71
- Dependent Repositories: 222,761
- Downloads: 491,316,493 Total
- Docker Downloads: 1,969,669,169
-
Rankings:
- Downloads: 0.037%
- Docker downloads count: 0.065%
- Dependent repos count: 0.094%
- Dependent packages count: 0.404%
- Average: 2.596%
- Stargazers count: 6.261%
- Forks count: 8.716%
- Maintainers (1)
proxy.golang.org: github.com/knu/ruby-unf
- Homepage:
- Documentation: https://pkg.go.dev/github.com/knu/ruby-unf#section-documentation
- Licenses: bsd-2-clause
- Latest release: v0.2.0 (published over 1 year ago)
- Last Synced: 2026-02-27T06:02:22.844Z (5 days ago)
- Versions: 9
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Stargazers count: 4.963%
- Forks count: 6.149%
- Average: 7.872%
- Dependent packages count: 9.576%
- Dependent repos count: 10.802%
debian-10: ruby-unf
- Homepage: http://github.com/knu/ruby-unf
- Documentation: https://packages.debian.org/buster/ruby-unf
- Licenses:
- Latest release: 0.1.4-2 (published 20 days ago)
- Last Synced: 2026-02-13T04:26:44.041Z (19 days ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
debian-11: ruby-unf
- Homepage: http://github.com/knu/ruby-unf
- Documentation: https://packages.debian.org/bullseye/ruby-unf
- Licenses:
- Latest release: 0.1.4-2 (published 21 days ago)
- Last Synced: 2026-02-13T08:25:59.871Z (19 days ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
debian-13: ruby-unf
- Homepage: http://github.com/knu/ruby-unf
- Documentation: https://packages.debian.org/trixie/ruby-unf
- Licenses:
- Latest release: 0.1.4-2.1 (published 19 days ago)
- Last Synced: 2026-02-13T13:20:37.840Z (18 days ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
Dependencies
- bundler >= 1.2.0 development
- rake >= 0.9.2.2 development
- rdoc > 2.4.2 development
- test-unit >= 0 development
- actions/checkout v4 composite
- ruby/setup-ruby v1 composite
Score: 28.705606811227323