{"id":19052391,"url":"https://github.com/janlelis/unicode-types","last_synced_at":"2025-04-24T02:40:45.454Z","repository":{"id":59158590,"uuid":"56345463","full_name":"janlelis/unicode-types","owner":"janlelis","description":"Basic Unicode Types of a Ruby String","archived":false,"fork":false,"pushed_at":"2024-12-28T22:56:53.000Z","size":71,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-14T13:57:30.820Z","etag":null,"topics":["ruby","types","unicode","unicode-data"],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/janlelis.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"MIT-LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2016-04-15T19:41:39.000Z","updated_at":"2024-12-28T22:56:56.000Z","dependencies_parsed_at":"2024-09-13T09:14:10.044Z","dependency_job_id":null,"html_url":"https://github.com/janlelis/unicode-types","commit_stats":{"total_commits":64,"total_committers":2,"mean_commits":32.0,"dds":0.46875,"last_synced_commit":"fe3e3d7b37bf1a7d4eef231bcfbfb91c76ad6f02"},"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janlelis%2Funicode-types","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janlelis%2Funicode-types/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janlelis%2Funicode-types/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janlelis%2Funicode-types/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/janlelis","download_url":"https://codeload.github.com/janlelis/unicode-types/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249381001,"owners_count":21261227,"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":["ruby","types","unicode","unicode-data"],"created_at":"2024-11-08T23:26:13.582Z","updated_at":"2025-04-17T21:32:17.243Z","avatar_url":"https://github.com/janlelis.png","language":"Ruby","readme":"# Unicode::Types [![[version]](https://badge.fury.io/rb/unicode-types.svg)](https://badge.fury.io/rb/unicode-types)  [![[ci]](https://github.com/janlelis/unicode-types/workflows/Test/badge.svg)](https://github.com/janlelis/unicode-types/actions?query=workflow%3ATest)\n\nDetermine the basic type of codepoints. This can be one of:\n\n- Graphic\n- Format\n- Control\n- Private-use\n- Surrogate\n- Noncharacter\n- Reserved\n\nUnicode version: **16.0.0** (September 2024)\n\n## Gemfile\n\n```ruby\ngem \"unicode-types\"\n```\n\n## Usage\n\n```ruby\nrequire \"unicode/types\"\n\n# All general types of a string\nUnicode::Types.types(\"A\\tb\") # =\u003e [\"Control\", \"Graphic\"]\n\n# Also aliased as .of\nUnicode::Types.of(\"\\u{FFFFF}\") # =\u003e [\"Noncharacter\"]\n\n# Single codepoint\nUnicode::Types.type(\"\\u{FFFFD}\") # =\u003e \"Reserved\"\n```\n\nThe list of types is always sorted alphabetically.\n\nSee [unicode-x](https://github.com/janlelis/unicode-x) for more Unicode related micro libraries.\n\n## MIT License\n\n- Copyright (C) 2016-2024 Jan Lelis \u003chttps://janlelis.com\u003e. Released under the MIT license.\n- Unicode data: http://www.unicode.org/copyright.html#Exhibit1\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjanlelis%2Funicode-types","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjanlelis%2Funicode-types","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjanlelis%2Funicode-types/lists"}