{"id":18898951,"url":"https://github.com/rvncerr/u8","last_synced_at":"2025-10-05T17:05:44.534Z","repository":{"id":85849751,"uuid":"101532562","full_name":"rvncerr/u8","owner":"rvncerr","description":"Do not like ICU?","archived":false,"fork":false,"pushed_at":"2025-08-13T23:17:39.000Z","size":241,"stargazers_count":7,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-14T01:07:39.729Z","etag":null,"topics":["c","unicode","utf8","xml"],"latest_commit_sha":null,"homepage":"","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/rvncerr.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2017-08-27T05:45:13.000Z","updated_at":"2025-08-13T23:17:43.000Z","dependencies_parsed_at":"2025-08-02T04:25:50.754Z","dependency_job_id":"bcd35d78-bbef-4b32-9bba-5cd4c38b91e2","html_url":"https://github.com/rvncerr/u8","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rvncerr/u8","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rvncerr%2Fu8","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rvncerr%2Fu8/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rvncerr%2Fu8/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rvncerr%2Fu8/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rvncerr","download_url":"https://codeload.github.com/rvncerr/u8/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rvncerr%2Fu8/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278486308,"owners_count":25994945,"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-10-05T02:00:06.059Z","response_time":54,"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":["c","unicode","utf8","xml"],"created_at":"2024-11-08T08:44:58.022Z","updated_at":"2025-10-05T17:05:44.528Z","avatar_url":"https://github.com/rvncerr.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# u8\n\n![u8 library](u8.jpg)\n\nDo not like ICU? Here is a basic UTF-8 library on C.\n\nPlease, see [u8.h](include/u8.h) for more details.\n\n## Features\n\n- UTF-8 aware string manipulation functions\n- Rune (Unicode character) navigation and comparison\n- String searching and length calculation\n- Invalid UTF-8 sequence sanitization\n- Lightweight and focused on UTF-8 basics\n\n## Building\n\n### Prerequisites\n\n- CMake 3.10 or higher\n- C compiler (GCC, Clang, MSVC)\n- Conan 2.x package manager\n\n### Build Instructions\n\n```bash\n# 1. Create build directory and install dependencies\nmkdir build \u0026\u0026 cd build\nconan install .. --build=missing\n\n# 2. Configure with CMake\ncmake .. -DCMAKE_TOOLCHAIN_FILE=conan_toolchain.cmake -DCMAKE_BUILD_TYPE=Release\n\n# 3. Build the library and tests\nmake\n\n# 4. Run tests\n./u8_cunit\n```\n\nTo clean the build:\n```bash\nrm -rf build\n```\n\n### Build Output\n\n- `libu8.a` - Static library\n- `u8_cunit` - Unit test executable\n\n## Dependencies\n\n- **CUnit** - Unit testing framework (managed via Conan)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frvncerr%2Fu8","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frvncerr%2Fu8","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frvncerr%2Fu8/lists"}