{"id":15692900,"url":"https://github.com/ultirequiem/is_unicode_supported","last_synced_at":"2025-10-14T17:07:09.713Z","repository":{"id":39544922,"uuid":"417268361","full_name":"UltiRequiem/is_unicode_supported","owner":"UltiRequiem","description":"🖥️ Detect whether the terminal supports Unicode","archived":false,"fork":false,"pushed_at":"2024-05-01T00:18:37.000Z","size":24,"stargazers_count":5,"open_issues_count":1,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-02T13:02:08.553Z","etag":null,"topics":["deno","nodejs","support-unicode","typescript","unicode"],"latest_commit_sha":null,"homepage":"https://ulti.js.org/is_unicode_supported","language":"TypeScript","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/UltiRequiem.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}},"created_at":"2021-10-14T20:08:45.000Z","updated_at":"2023-06-02T12:14:02.000Z","dependencies_parsed_at":"2023-02-18T16:32:14.900Z","dependency_job_id":"226e6dd7-08bb-453c-b205-ca3ee731f65d","html_url":"https://github.com/UltiRequiem/is_unicode_supported","commit_stats":{"total_commits":31,"total_committers":2,"mean_commits":15.5,"dds":"0.29032258064516125","last_synced_commit":"c2893cc0a1207252d9dc851bc3bb991084d54fef"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UltiRequiem%2Fis_unicode_supported","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UltiRequiem%2Fis_unicode_supported/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UltiRequiem%2Fis_unicode_supported/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UltiRequiem%2Fis_unicode_supported/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/UltiRequiem","download_url":"https://codeload.github.com/UltiRequiem/is_unicode_supported/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252957553,"owners_count":21831508,"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":["deno","nodejs","support-unicode","typescript","unicode"],"created_at":"2024-10-03T18:40:35.958Z","updated_at":"2025-10-14T17:07:04.684Z","avatar_url":"https://github.com/UltiRequiem.png","language":"TypeScript","funding_links":["https://patreon.com/UltiRequiem"],"categories":[],"sub_categories":[],"readme":"# is_unicode_supported\n\n[![Code Coverage](https://codecov.io/gh/ultirequiem/is_unicode_supported/branch/main/graph/badge.svg)](https://codecov.io/gh/ultirequiem/is_unicode_supported)\n[![Deno Doc](https://doc.deno.land/badge.svg)](https://doc.deno.land/https/deno.land/x/is_unicode_supported/mod.ts)\n\nDetect whether the terminal supports Unicode, port of\n[is-unicode-supported](https://github.com/sindresorhus/is-unicode-supported).\n\nThis can be useful to decide whether to use Unicode characters or fallback ASCII\ncharacters in command-line output.\n\nNote that the check is quite naive. It just assumes all non-Windows terminals\nsupport Unicode and hard-codes which Windows terminals that do support Unicode.\n\n## Usage\n\nThe API is the same on all this platforms ✔️\n\n### [Deno 🦕](https://deno.land/x/is_unicode_supported)\n\n```javascript\nimport { isUnicodeSupported } from \"https://deno.land/x/is_unicode_supported/mod.ts\";\n\nisUnicodeSupported(); //=\u003e true\n```\n\n### [Node.js 🐢🚀](https://npmjs.com/package/@ultirequiem/is-unicode-supported)\n\n```javascript\nimport { isUnicodeSupported } from \"@ultirequiem/is-unicode-supported\";\n```\n\n## Documentation\n\nIs hosted on\n[Deno Doc](https://doc.deno.land/https://deno.land/x/is_unicode_supported/mod.ts)\n📄\n\n## Support\n\nOpen an Issue, I will check it a soon as possible 👀\n\nIf you want to hurry me up a bit\n[send me a tweet](https://twitter.com/UltiRequiem) 😆\n\nConsider [supporting me on Patreon](https://patreon.com/UltiRequiem) if you like\nmy work 🙏\n\nDon't forget to start the repo ⭐\n\n## Versioning\n\nWe use [Semantic Versioning](http://semver.org). For the versions available, see\nthe [tags](https://github.com/UltiRequiem/is_unicode_supported/tags) 🏷️\n\n## Authors\n\n[Eliaz Bobadilla](https://ultirequiem.com) - Creator and Maintainer 💪\n\nSee also the full list of\n[contributors](https://github.com/UltiRequiem/is_unicode_supported/contributors)\nwho participated in this project ✨\n\n## Licence\n\nLicensed under the MIT License 📄\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fultirequiem%2Fis_unicode_supported","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fultirequiem%2Fis_unicode_supported","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fultirequiem%2Fis_unicode_supported/lists"}