{"id":22038605,"url":"https://github.com/jamescook/is_it_utf8","last_synced_at":"2026-05-04T02:41:02.111Z","repository":{"id":56878067,"uuid":"235983831","full_name":"jamescook/is_it_utf8","owner":"jamescook","description":"Fast UTF8 Validator","archived":false,"fork":false,"pushed_at":"2020-01-25T01:01:16.000Z","size":9,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-28T19:15:43.854Z","etag":null,"topics":["ruby","utf8"],"latest_commit_sha":null,"homepage":null,"language":"C","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/jamescook.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}},"created_at":"2020-01-24T10:42:17.000Z","updated_at":"2020-05-12T21:35:08.000Z","dependencies_parsed_at":"2022-08-20T11:21:45.500Z","dependency_job_id":null,"html_url":"https://github.com/jamescook/is_it_utf8","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamescook%2Fis_it_utf8","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamescook%2Fis_it_utf8/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamescook%2Fis_it_utf8/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamescook%2Fis_it_utf8/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jamescook","download_url":"https://codeload.github.com/jamescook/is_it_utf8/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245104460,"owners_count":20561377,"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":["ruby","utf8"],"created_at":"2024-11-30T11:06:53.300Z","updated_at":"2026-05-04T02:40:57.068Z","avatar_url":"https://github.com/jamescook.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IsItUtf8\n\n![Travis Build](https://api.travis-ci.org/jamescook/is_it_utf8.svg?branch=master)\n\nIsItUtf8 can check if a string contains 100% valid UTF8 - fast. The heavy\nlifting is done by [fastvalidate-utf-8](https://github.com/lemire/fastvalidate-utf-8)\n\nHowever, consider simply using `String#valid_encoding?`. Ruby figures our encoding correctness\nwhen strings are instantiated.\n\n### Usage\n```ruby\nrequire 'is_it_utf8'\nputs IsItUtf8.valid?('xøxøxøx')\ntrue\n```\n\n\n### Requirements\n* Ruby 2.2+\n* gcc/clang\n\n### Developing\n\nSimply make your changes and re-run the tests. Compilation is automatic.\n```\nrake test\n```\n\n### License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjamescook%2Fis_it_utf8","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjamescook%2Fis_it_utf8","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjamescook%2Fis_it_utf8/lists"}