{"id":30615538,"url":"https://github.com/timbray/rfc9839","last_synced_at":"2025-08-30T08:05:35.046Z","repository":{"id":310748235,"uuid":"992152358","full_name":"timbray/RFC9839","owner":"timbray","description":"Go-language library to check for problematic Unicode code points","archived":false,"fork":false,"pushed_at":"2025-08-27T00:22:12.000Z","size":30,"stargazers_count":24,"open_issues_count":1,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-27T07:10:18.865Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/timbray.png","metadata":{"files":{"readme":"README.md","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-28T17:43:48.000Z","updated_at":"2025-08-27T00:22:15.000Z","dependencies_parsed_at":"2025-08-25T05:45:33.518Z","dependency_job_id":null,"html_url":"https://github.com/timbray/RFC9839","commit_stats":null,"previous_names":["timbray/rfc9839"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/timbray/RFC9839","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timbray%2FRFC9839","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timbray%2FRFC9839/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timbray%2FRFC9839/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timbray%2FRFC9839/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/timbray","download_url":"https://codeload.github.com/timbray/RFC9839/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timbray%2FRFC9839/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272821200,"owners_count":24998599,"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-30T02:00:09.474Z","response_time":77,"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":"2025-08-30T08:05:21.249Z","updated_at":"2025-08-30T08:05:35.039Z","avatar_url":"https://github.com/timbray.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RFC9839\n\n[![Tests](https://github.com/timbray/RFC9839/actions/workflows/go-unit-tests.yaml/badge.svg)](https://github.com/timbray/RFC9839/actions/workflows/go-unit-tests.yaml)\n[![codecov](https://codecov.io/gh/timbray/RFC9839/graph/badge.svg?token=6V5I17FTIM)](https://codecov.io/gh/timbray/RFC9839)\n[![0 dependencies!](https://0dependencies.dev/0dependencies.svg)](https://0dependencies.dev)\n\nGo-language library to check for problematic Unicode code points.\n\nThis is based on the Unicode code-point subsets specified in [RFC9839](https://www.rfc-editor.org/rfc/rfc9839.html).\n\nThe package defines a `Subset` type and exports three instances, named `Scalars`,\n`XmlChars`, and `Assignables`. It exports three functions:\n\n```go\nfunc (sub *Subset) ValidRune(r rune) bool\nfunc (sub *Subset) ValidString(s string) bool\nfunc (sub *Subset) ValidUtf8(u []byte) bool\n```\n\nA typical call might look like:\n\n```go\nif !rfc9839.Assignables.ValidRune(r) {\n\treturn t.Error(\"invalid rune\")\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimbray%2Frfc9839","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimbray%2Frfc9839","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimbray%2Frfc9839/lists"}