{"id":15493468,"url":"https://github.com/optimumcode/karacteristics","last_synced_at":"2026-03-01T08:01:57.025Z","repository":{"id":254823294,"uuid":"847631346","full_name":"OptimumCode/karacteristics","owner":"OptimumCode","description":"KMP library that provides user with extension properties to get codepoint characteristics","archived":false,"fork":false,"pushed_at":"2026-02-28T12:55:22.000Z","size":397,"stargazers_count":2,"open_issues_count":7,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-28T16:36:44.473Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Kotlin","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/OptimumCode.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":"2024-08-26T08:37:11.000Z","updated_at":"2025-12-12T21:24:35.000Z","dependencies_parsed_at":"2025-12-13T01:05:40.759Z","dependency_job_id":null,"html_url":"https://github.com/OptimumCode/karacteristics","commit_stats":{"total_commits":38,"total_committers":3,"mean_commits":"12.666666666666666","dds":"0.39473684210526316","last_synced_commit":"4b60a11ca1aee40205fbc14945b96fd979eb639b"},"previous_names":["optimumcode/karacteristics"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/OptimumCode/karacteristics","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OptimumCode%2Fkaracteristics","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OptimumCode%2Fkaracteristics/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OptimumCode%2Fkaracteristics/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OptimumCode%2Fkaracteristics/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OptimumCode","download_url":"https://codeload.github.com/OptimumCode/karacteristics/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OptimumCode%2Fkaracteristics/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29964203,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T06:55:38.174Z","status":"ssl_error","status_checked_at":"2026-03-01T06:53:04.810Z","response_time":124,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2024-10-02T08:06:52.495Z","updated_at":"2026-03-01T08:01:57.017Z","avatar_url":"https://github.com/OptimumCode.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# karacteristics\n\n[![Licence](https://img.shields.io/github/license/OptimumCode/json-schema-validator)](https://opensource.org/license/mit/)\n![Maven Central Version](https://img.shields.io/maven-central/v/io.github.optimumcode/karacteristics)\n\nThe **karacteristics** library provides convenient extension properties to get characteristics for Unicode codepoints.\nThe following characteristics are available:\n\n+ [category](https://www.unicode.org/reports/tr44/#General_Category_Values)\n+ [bidirectional class](https://www.unicode.org/reports/tr44/#Bidi_Class_Values)\n+ [derived property](https://www.unicode.org/Public/UNIDATA/DerivedCoreProperties.txt)\n+ [joining type](https://unicode.org/Public/UNIDATA/extracted/DerivedJoiningType.txt)\n\nThe first two properties are generated using information from https://www.compart.com/en/unicode/ resource.\nThe latter two are generated from the corresponding files.\n\n# Problem to solve\n\nThere is no way to get codepoint characteristics in Kotlin Multiplatform.\nThe available API provides only `category` property for `Char` type.\nBut this is no enough - some of the Unicode codepoints take more than 2 bytes (size of `Char`).\nBecause of that, the existing API returns incorrect information for such codepoints.\n\n# Usage\n\n### Supported targets\n\n| Target            |\n|-------------------|\n| jvm               |\n| js                |\n| wasmJs            |\n| wasmWasi          |\n| macosX64          |\n| macosArm64        |\n| iosArm64          |\n| iosSimulatorArm64 |\n| linuxX64          |\n| linuxArm64        |\n| mingwX64          |\n\nThe library is published to Maven Central.\nTo use it, just add a corresponding dependency to the common source set.\n\n```kotlin\nkotlin {\n  sourceSets {\n    commonMain {\n      dependencies {\n        implementation(\"io.github.optimumcode:karacteristics:0.0.8\")\n      }\n    }\n  }\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foptimumcode%2Fkaracteristics","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foptimumcode%2Fkaracteristics","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foptimumcode%2Fkaracteristics/lists"}