{"id":16418520,"url":"https://github.com/nitely/nim-unicodeplus","last_synced_at":"2025-04-09T16:20:31.930Z","repository":{"id":147558587,"uuid":"117259140","full_name":"nitely/nim-unicodeplus","owner":"nitely","description":"Common unicode operations","archived":false,"fork":false,"pushed_at":"2024-11-21T21:11:19.000Z","size":706,"stargazers_count":9,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-23T18:37:28.457Z","etag":null,"topics":["case-conversion","case-detection","nim","nim-lang","unicode","validation","width"],"latest_commit_sha":null,"homepage":"https://nitely.github.io/nim-unicodeplus/","language":"Nim","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/nitely.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2018-01-12T15:47:30.000Z","updated_at":"2024-12-01T15:46:25.000Z","dependencies_parsed_at":"2023-04-10T20:29:00.085Z","dependency_job_id":"2f9d1fc4-dbad-4aae-8ad5-40853715cd96","html_url":"https://github.com/nitely/nim-unicodeplus","commit_stats":null,"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nitely%2Fnim-unicodeplus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nitely%2Fnim-unicodeplus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nitely%2Fnim-unicodeplus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nitely%2Fnim-unicodeplus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nitely","download_url":"https://codeload.github.com/nitely/nim-unicodeplus/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248065281,"owners_count":21041872,"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":["case-conversion","case-detection","nim","nim-lang","unicode","validation","width"],"created_at":"2024-10-11T07:14:20.840Z","updated_at":"2025-04-09T16:20:31.908Z","avatar_url":"https://github.com/nitely.png","language":"Nim","funding_links":[],"categories":[],"sub_categories":[],"readme":"# UnicodePlus\n\n[![Build Status](https://img.shields.io/github/actions/workflow/status/nitely/nim-unicodeplus/ci.yml?style=flat-square)](https://github.com/nitely/nim-unicodeplus/actions?query=workflow%3ACI)\n[![licence](https://img.shields.io/github/license/nitely/nim-unicodeplus.svg?style=flat-square)](https://raw.githubusercontent.com/nitely/nim-unicodeplus/master/LICENSE)\n\nCommon unicode operations.\n\n## Install\n\n```\nnimble install unicodeplus\n```\n\n## Compatibility\n\nNim +1.0\n\n## Usage\n\n```nim\nimport unicodeplus\n\nassert \"abc def ghi\".isLower\nassert \"ABC DEF GHI\".isUpper\nassert \"A Title - Yes!\".isTitle\nassert \"  \\L\".isWhiteSpace\nassert \"abc123۲⅕\".isAlnum\nassert \"abcd\".isAlpha\nassert \"0123456789\".isDecimal\nassert \"0123456789۲\".isDigit\nassert \"0123456789۲⅕\".isNumeric\nassert \"abcd\".isPrintable\nassert \"The quick? (“brown”) fox can’t jump 32.3 feet, right?\".toTitle ==\n  \"The Quick? (“Brown”) Fox Can’t Jump 32.3 Feet, Right?\"\nassert \"The quick? (“brown”) fox can’t jump 32.3 feet, right?\".toUpper ==\n  \"THE QUICK? (“BROWN”) FOX CAN’T JUMP 32.3 FEET, RIGHT?\"\nassert \"The quIck? (“bRown”) fox cAn’T jUMp 32.3 feet, rIGHt?\".toLower ==\n  \"the quick? (“brown”) fox can’t jump 32.3 feet, right?\"\nassert cmpCaseless(\"AbCσ\", \"aBcΣ\")\nassert toValidUtf8(\"a\\xffb\", replacement = \"\") == \"ab\"\nassert verifyUtf8(\"a\\xffb\") == 1\nassert width(\"이건 테스트야\") == 13\n```\n\n[docs](https://nitely.github.io/nim-unicodeplus/)\n\n## Tests\n\n```\nnimble test\n```\n\n## LICENSE\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnitely%2Fnim-unicodeplus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnitely%2Fnim-unicodeplus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnitely%2Fnim-unicodeplus/lists"}