{"id":16309756,"url":"https://github.com/chansen/c-utf8-valid","last_synced_at":"2025-09-12T15:33:07.753Z","repository":{"id":136985399,"uuid":"90158362","full_name":"chansen/c-utf8-valid","owner":"chansen","description":"Single-header UTF-8 validation routines for C","archived":false,"fork":false,"pushed_at":"2024-08-21T15:50:16.000Z","size":6,"stargazers_count":8,"open_issues_count":0,"forks_count":5,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-10-11T21:22:34.363Z","etag":null,"topics":["c","unicode","utf-8","validation"],"latest_commit_sha":null,"homepage":"","language":"C","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/chansen.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":"2017-05-03T14:29:54.000Z","updated_at":"2024-08-21T15:50:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"08070e77-8f08-4a04-9e93-fb3b0027d9f4","html_url":"https://github.com/chansen/c-utf8-valid","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chansen%2Fc-utf8-valid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chansen%2Fc-utf8-valid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chansen%2Fc-utf8-valid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chansen%2Fc-utf8-valid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chansen","download_url":"https://codeload.github.com/chansen/c-utf8-valid/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":232759499,"owners_count":18572440,"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":["c","unicode","utf-8","validation"],"created_at":"2024-10-10T21:22:27.796Z","updated_at":"2025-01-06T17:29:47.555Z","avatar_url":"https://github.com/chansen.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"\nutf8_valid.h\n============\n\nThis header file provides functions to validate UTF-8 encoding form according to the specification published by Unicode and ISO/IEC 10646:2011.\n\n\n```c\n\nbool    utf8_valid(const char *src, size_t len);\nbool    utf8_check(const char *src, size_t len, size_t *cursor);\nsize_t  utf8_maximal_subpart(const char *src, size_t len);\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchansen%2Fc-utf8-valid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchansen%2Fc-utf8-valid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchansen%2Fc-utf8-valid/lists"}