{"id":16138261,"url":"https://github.com/uben0/unicode-table","last_synced_at":"2025-07-06T03:03:35.825Z","repository":{"id":213830283,"uuid":"735028635","full_name":"uben0/unicode-table","owner":"uben0","description":"Parses Unicode database files to produce tables of desired sets of characters","archived":false,"fork":false,"pushed_at":"2023-12-23T12:28:01.000Z","size":546,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-12T23:31:27.881Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/uben0.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2023-12-23T12:10:09.000Z","updated_at":"2023-12-23T12:10:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"b93be85a-892b-4299-999b-d15e5395e778","html_url":"https://github.com/uben0/unicode-table","commit_stats":null,"previous_names":["uben0/unicode-table"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uben0%2Funicode-table","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uben0%2Funicode-table/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uben0%2Funicode-table/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uben0%2Funicode-table/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/uben0","download_url":"https://codeload.github.com/uben0/unicode-table/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247519572,"owners_count":20952014,"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-10-09T23:33:19.449Z","updated_at":"2025-04-06T17:24:52.837Z","avatar_url":"https://github.com/uben0.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"Produces tables of ordered ranges of unicode characters\n\nThe files are fetched from:\n\nhttps://www.unicode.org/Public/UCD/latest/ucd/\n\nThis call:\n```rust\nprint_table([table::extract(\u0026categs, |n| matches!(n, \"Nl\"))], [], \"letter_number\");\n```\n\nProduces this code:\n```c\n#define UCD_LEN_LETTER_NUMBER 12\nstatic struct unicode_range ucd_table_letter_number[12] = {\n    {0x000016ee, 0x000016f0},\n    {0x00002160, 0x00002182},\n    {0x00002185, 0x00002188},\n    {0x00003007, 0x00003007},\n    {0x00003021, 0x00003029},\n    {0x00003038, 0x0000303a},\n    {0x0000a6e6, 0x0000a6ef},\n    {0x00010140, 0x00010174},\n    {0x00010341, 0x00010341},\n    {0x0001034a, 0x0001034a},\n    {0x000103d1, 0x000103d5},\n    {0x00012400, 0x0001246e},\n};\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuben0%2Funicode-table","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuben0%2Funicode-table","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuben0%2Funicode-table/lists"}