{"id":16819709,"url":"https://github.com/knz/ucd","last_synced_at":"2025-08-28T17:09:30.659Z","repository":{"id":11182411,"uuid":"13560275","full_name":"knz/ucd","owner":"knz","description":"Unicode Character Database in various formats","archived":false,"fork":false,"pushed_at":"2013-10-14T12:32:58.000Z","size":1356,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-17T14:51:24.852Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/knz.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-10-14T12:13:16.000Z","updated_at":"2014-03-02T03:27:51.000Z","dependencies_parsed_at":"2022-08-31T11:02:50.699Z","dependency_job_id":null,"html_url":"https://github.com/knz/ucd","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/knz/ucd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knz%2Fucd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knz%2Fucd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knz%2Fucd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knz%2Fucd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/knz","download_url":"https://codeload.github.com/knz/ucd/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knz%2Fucd/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272526723,"owners_count":24949836,"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","status":"online","status_checked_at":"2025-08-28T02:00:10.768Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-13T10:54:26.422Z","updated_at":"2025-08-28T17:09:30.640Z","avatar_url":"https://github.com/knz.png","language":"Python","readme":"UCD Name database\n=================\n\nThis repository offers the mapping between Unicode code points and\ntheir standard name in various formats:\n\n- ``ucd.json``: JSON (RFC 4627, ECMA-404)\n- ``ucd.html``: HTML\n- ``ucd.h``: C/C++ header file, with preprocessor macro definitions\n- ``ucd.py``: Python module\n\nThe data is converted from the official Unicode Character Database (http://www.unicode.org/ucd/).\nSee the ``tables`` subdirectory for the generated files.\n\nYou can use the Python module as follows:\n\n- you know a character's name, you want to know its code.\n\n  For example, you want to know which code corresponds to \"COMET\":\n\n  .. code:: python\n\n     import ucd\n     print (hex(ucd.COMET))  # should print 2604\n\n     # alternatively:\n     name = \"COMET\"\n     print (hex(getattr(ucd, name)))\n\n- you know the character's code, you want to know its name.\n\n  For example, you want to know what is the standard name of character\n  0x262f:\n\n  .. code:: python\n\n     import ucd\n     print (ucd.names[0x262f])  # should print YIN YANG\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fknz%2Fucd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fknz%2Fucd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fknz%2Fucd/lists"}