{"id":31764131,"url":"https://github.com/janlelis/symbolify","last_synced_at":"2025-10-27T22:14:14.412Z","repository":{"id":59157024,"uuid":"86168460","full_name":"janlelis/symbolify","owner":"janlelis","description":"␀ ␁ ␂ ␃ ␄ ␅ ␆ ␇ ␈ ␉ ␊ ␋ ␌ ␍ ␎ ␏ ␐ ␑ ␒ ␓ ␔ ␕ ␖ ␗ ␘ ␙ ␚ ␛ ␜ ␝ ␞ ␟ ␠ ␡","archived":false,"fork":false,"pushed_at":"2023-10-01T18:53:24.000Z","size":24,"stargazers_count":10,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-09-12T09:39:27.671Z","etag":null,"topics":["control-characters","unicode","unicode-characters","unicode-data","unicode-symbols","whitespace"],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/janlelis.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"MIT-LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-03-25T15:44:04.000Z","updated_at":"2024-12-26T16:53:04.000Z","dependencies_parsed_at":"2022-09-13T20:03:59.096Z","dependency_job_id":null,"html_url":"https://github.com/janlelis/symbolify","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/janlelis/symbolify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janlelis%2Fsymbolify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janlelis%2Fsymbolify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janlelis%2Fsymbolify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janlelis%2Fsymbolify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/janlelis","download_url":"https://codeload.github.com/janlelis/symbolify/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janlelis%2Fsymbolify/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279002102,"owners_count":26083307,"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-09T02:00:07.460Z","response_time":59,"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":["control-characters","unicode","unicode-characters","unicode-data","unicode-symbols","whitespace"],"created_at":"2025-10-09T23:45:17.492Z","updated_at":"2025-10-09T23:45:18.242Z","avatar_url":"https://github.com/janlelis.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Symbolify [![[version]](https://badge.fury.io/rb/symbolify.svg)](https://badge.fury.io/rb/symbolify)  [![[ci]](https://github.com/janlelis/symbolify/workflows/Test/badge.svg)](https://github.com/janlelis/symbolify/actions?query=workflow%3ATest)\n\nSafely print all codepoints from Unicode and single-byte encodings in UTF-8. It replaces control and non-printable characters with readable equivalents and wraps most blank characters in `]` and `[`.\n\nPrograms that make use of this library: [unibits](https://github.com/janlelis/unibits), [uniscribe](https://github.com/janlelis/uniscribe)\n\n## Setup\n\nAdd to your `Gemfile`:\n\n```ruby\ngem 'symbolify'\n```\n\n## Usage\n\n```ruby\nputs Symbolify.symbolify \"A\"   # A\nputs Symbolify.symbolify \"🌫\"   # 🌫\nputs Symbolify.symbolify \"\\0\"   # ␀\nputs Symbolify.symbolify \"\\n\"   # ␊\nputs Symbolify.symbolify \"\\x7F\"   # ␡\nputs Symbolify.symbolify \"\\u{84}\"   # IND\nputs Symbolify.symbolify \"\\u{200F}\"   # RLM\nputs Symbolify.symbolify \"\\u{2067}\"   # RLI\nputs Symbolify.symbolify \"\\u{0300}\"   # ◌̀\nputs Symbolify.symbolify \" \"   # ] [\nputs Symbolify.symbolify \"\\u{FFF9}\"   # IAA\nputs Symbolify.symbolify \"\\u{FFFC}\"   # OBJ\nputs Symbolify.symbolify \"\\u{E0020}\"   # TAG ␠\nputs Symbolify.symbolify \"\\u{E01D7}\"   # VS232\nputs Symbolify.symbolify \"\\u{D0000}\"   # n/a\nputs Symbolify.symbolify \"\\u{E0000}\"   # n/a*\nputs Symbolify.symbolify \"\\u{10FFFF}\"   # n/c\nputs Symbolify.symbolify \"\\x80\"   # �\n```\n\n## MIT License\n\nCopyright (C) 2017-2022 Jan Lelis \u003chttps://janlelis.com\u003e. Released under the MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjanlelis%2Fsymbolify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjanlelis%2Fsymbolify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjanlelis%2Fsymbolify/lists"}