{"id":48732608,"url":"https://github.com/elliotwutingfeng/rfc9839","last_synced_at":"2026-04-12T02:36:13.646Z","repository":{"id":313146513,"uuid":"1050061185","full_name":"elliotwutingfeng/rfc9839","owner":"elliotwutingfeng","description":"Python library to check for problematic Unicode code points.","archived":false,"fork":false,"pushed_at":"2026-04-07T20:56:33.000Z","size":390,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-07T22:31:55.186Z","etag":null,"topics":["assignables","cbor","control","hacktoberfest","json","noncharacters","parse","scalars","security","surrogates","unicode","xml","yaml"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/rfc9839","language":"Python","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/elliotwutingfeng.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-03T22:25:46.000Z","updated_at":"2026-04-07T20:56:38.000Z","dependencies_parsed_at":"2025-09-04T07:25:29.682Z","dependency_job_id":"c84e6555-50f7-486c-bc27-835e13dba967","html_url":"https://github.com/elliotwutingfeng/rfc9839","commit_stats":null,"previous_names":["elliotwutingfeng/rfc9839"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/elliotwutingfeng/rfc9839","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elliotwutingfeng%2Frfc9839","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elliotwutingfeng%2Frfc9839/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elliotwutingfeng%2Frfc9839/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elliotwutingfeng%2Frfc9839/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elliotwutingfeng","download_url":"https://codeload.github.com/elliotwutingfeng/rfc9839/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elliotwutingfeng%2Frfc9839/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31702580,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T21:17:31.016Z","status":"online","status_checked_at":"2026-04-12T02:00:06.763Z","response_time":58,"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":["assignables","cbor","control","hacktoberfest","json","noncharacters","parse","scalars","security","surrogates","unicode","xml","yaml"],"created_at":"2026-04-12T02:36:12.631Z","updated_at":"2026-04-12T02:36:13.638Z","avatar_url":"https://github.com/elliotwutingfeng.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RFC9839\n\n[![PyPI - Version](https://img.shields.io/pypi/v/rfc9839?style=for-the-badge)](https://pypi.org/project/rfc9839)\n[![Coveralls](https://img.shields.io/coverallsCoverage/github/elliotwutingfeng/rfc9839?logo=coveralls\u0026style=for-the-badge)](https://coveralls.io/github/elliotwutingfeng/rfc9839?branch=main)\n[![License](https://img.shields.io/badge/LICENSE-MIT-GREEN?style=for-the-badge)](./LICENSE)\n\nPython library to check for problematic Unicode code points.\n\nPort of [Go library of the same name](https://github.com/timbray/rfc9839).\n\nBased on the Unicode code-point subsets specified in [RFC9839](https://www.rfc-editor.org/rfc/rfc9839.html).\n\n## Usage\n\n```python\nfrom rfc9839 import unicode_scalar, xml_character, unicode_assignable\n\ncode_point = 0xFDDA  # ARABIC LIGATURE SAD WITH MEEM WITH ALEF MAKSURA FINAL FORM\n\nprint(unicode_scalar.is_valid_code_point(code_point))  # True\nprint(xml_character.is_valid_code_point(code_point))  # True\nprint(unicode_assignable.is_valid_code_point(code_point))  # False\n\n\nprint(unicode_assignable.is_valid_string(chr(code_point)))  # False\nprint(xml_character.is_valid_utf8(chr(code_point).encode(\"utf-8\")))  # True\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felliotwutingfeng%2Frfc9839","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felliotwutingfeng%2Frfc9839","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felliotwutingfeng%2Frfc9839/lists"}