{"id":13684302,"url":"https://github.com/knu/ruby-unf_ext","last_synced_at":"2025-06-15T00:06:00.288Z","repository":{"id":47089453,"uuid":"2636392","full_name":"knu/ruby-unf_ext","owner":"knu","description":"Unicode Normalization Form support library for CRuby","archived":false,"fork":false,"pushed_at":"2023-12-20T14:51:40.000Z","size":4219,"stargazers_count":32,"open_issues_count":20,"forks_count":35,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-05-30T20:18:02.592Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Hack","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/knu.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2011-10-24T13:44:46.000Z","updated_at":"2024-12-17T08:07:34.000Z","dependencies_parsed_at":"2024-06-13T12:52:24.517Z","dependency_job_id":null,"html_url":"https://github.com/knu/ruby-unf_ext","commit_stats":{"total_commits":107,"total_committers":10,"mean_commits":10.7,"dds":"0.23364485981308414","last_synced_commit":"586395960d24dcbe1633075b561e986b16fdafe9"},"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knu%2Fruby-unf_ext","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knu%2Fruby-unf_ext/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knu%2Fruby-unf_ext/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knu%2Fruby-unf_ext/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/knu","download_url":"https://codeload.github.com/knu/ruby-unf_ext/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knu%2Fruby-unf_ext/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":258495764,"owners_count":22710620,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-02T14:00:32.058Z","updated_at":"2025-06-15T00:06:00.254Z","avatar_url":"https://github.com/knu.png","language":"Hack","funding_links":[],"categories":["Hack"],"sub_categories":[],"readme":"ruby-unf_ext\n============\n\nSynopsis\n--------\n\n* Unicode Normalization Form support library for CRuby\n\nDescription\n-----------\n\n* Normalizes UTF-8 strings into and from NFC, NFD, NFKC or NFKD\n\n        # For bulk conversion\n        normalizer = UNF::Normalizer.new\n        a_bunch_of_strings.map! { |string|\n          normalizer.normalize(string, :nfc) #=\u003e string in NFC\n        }\n\n* Compliant with Unicode 9.0\n\nRequirement\n-----------\n\n* Ruby 1.8.7+, 1.9.2+\n\n* C++ compiler and libstdc++\n\nInstallation\n------------\n\n\tgem install unf_ext\n\nOr:\n\n    ruby extconf.rb \u0026\u0026 make \u0026\u0026 make install\n\nDevelopment Resources\n---------------------\n\n* https://github.com/sile/unf\n\n    For issues regarding files under the directory `unf`, please\n    contact this upstream.\n\n* https://github.com/knu/ruby-unf_ext\n\n    The development site and the repository.\n\nLicense\n-------\n\nCopyright (c) 2010-2017 Takeru Ohta\nCopyright (c) 2011-2018 Akinori MUSHA\n\nLicensed under the MIT license.\nSee `LICENSE` for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fknu%2Fruby-unf_ext","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fknu%2Fruby-unf_ext","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fknu%2Fruby-unf_ext/lists"}